Fix Lrzip.h not being installed into include directory and make distcheck failing.

This commit is contained in:
ckolivas 2012-03-15 11:16:57 +11:00
parent 88e2f80736
commit 11f869dabe
2 changed files with 9 additions and 6 deletions

View file

@ -35,7 +35,6 @@ libtmplrzip_la_SOURCES = \
zpipe.h \ zpipe.h \
lrzip_private.h \ lrzip_private.h \
liblrzip_private.h \ liblrzip_private.h \
Lrzip.h \
lrzip.c \ lrzip.c \
lrzip.h \ lrzip.h \
rzip.h \ rzip.h \
@ -92,6 +91,9 @@ dist_doc_DATA = \
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lrzip.pc pkgconfig_DATA = lrzip.pc
lrzip_HEADERS = Lrzip.h
lrzipdir = $(includedir)
EXTRA_DIST = \ EXTRA_DIST = \
lrzip.pc.in \ lrzip.pc.in \
lrztar \ lrztar \

View file

@ -1,5 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
AM_CFLAGS = \
-DCOMPRESS_MF_MT \
-D_REENTRANT \
-I@top_builddir@ \
-I@top_srcdir@
ASM_LIBS = ASM_LIBS =
ASM_S = ASM_S =
if USE_ASM if USE_ASM
@ -33,11 +39,6 @@ liblzma_la_SOURCES = \
MyGuidDef.h MyGuidDef.h
liblzma_so_LIBS = $(ASM_LIBS) liblzma_so_LIBS = $(ASM_LIBS)
liblzma_so_CFLAGS = \
-DCOMPRESS_MF_MT \
-D_REENTRANT \
-I@top_builddir@
7zCrcT8U.o: @top_srcdir@/lzma/ASM/x86/7zCrcT8U.s 7zCrcT8U.o: @top_srcdir@/lzma/ASM/x86/7zCrcT8U.s
@ASM_CMD@ -o 7zCrcT8U.o @top_srcdir@/lzma/ASM/x86/7zCrcT8U.s @ASM_CMD@ -o 7zCrcT8U.o @top_srcdir@/lzma/ASM/x86/7zCrcT8U.s