diff --git a/Makefile.am b/Makefile.am index cea857c..2035d4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,14 +76,10 @@ dist_doc_DATA = \ TODO \ WHATS-NEW -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = lrzip.pc - -lrzip_HEADERS = Lrzip.h +noinst_HEADERS = Lrzip.h lrzipdir = $(includedir) EXTRA_DIST = \ - lrzip.pc.in \ lrztar \ description-pak \ autogen.sh \ diff --git a/configure.ac b/configure.ac index 03c2124..ad48acb 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,6 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) AC_CONFIG_FILES([ Makefile -lrzip.pc lzma/Makefile lzma/C/Makefile lzma/ASM/x86/Makefile diff --git a/lrzip.pc.in b/lrzip.pc.in deleted file mode 100644 index 5b46b73..0000000 --- a/lrzip.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: lrzip -Description: lrzip compression library -Version: @VERSION@ -Libs: -L${libdir} -llrzip -Libs.private: @LIBS@