Add two public headers missing in r207842

Adjust CFLAGS for lzmainfo, xz, xzdec

Approved by:	delphij (mentor)
MFC after:	2 weeks
This commit is contained in:
Martin Matuska 2010-05-10 07:47:31 +00:00
parent 81ad83880d
commit 98be819983
4 changed files with 5 additions and 6 deletions

View File

@ -19,6 +19,8 @@ LZMAINCS+= base.h \
container.h \ container.h \
delta.h \ delta.h \
filter.h \ filter.h \
hardware.h \
index.h \
index_hash.h \ index_hash.h \
lzma.h \ lzma.h \
stream_flags.h \ stream_flags.h \

View File

@ -16,8 +16,7 @@ WARNS?= 3
CFLAGS+= -DHAVE_CONFIG_H \ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \ -I${LZMALIBDIR} \
-I${XZDIR}/common \ -I${XZDIR}/common
-I${XZDIR}/liblzma/api
DPADD= ${LIBLZMA} DPADD= ${LIBLZMA}
LDADD= -llzma LDADD= -llzma

View File

@ -38,8 +38,7 @@ WARNS?= 3
CFLAGS+= -DHAVE_CONFIG_H \ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \ -I${LZMALIBDIR} \
-I${XZDIR}/common \ -I${XZDIR}/common
-I${XZDIR}/liblzma/api
DPADD= ${LIBLZMA} DPADD= ${LIBLZMA}
LDADD= -llzma LDADD= -llzma

View File

@ -22,8 +22,7 @@ WARNS?= 3
CFLAGS+= -DHAVE_CONFIG_H \ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \ -I${LZMALIBDIR} \
-I${XZDIR}/common \ -I${XZDIR}/common
-I${XZDIR}/liblzma/api
DPADD= ${LIBLZMA} DPADD= ${LIBLZMA}
LDADD= -llzma LDADD= -llzma