35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
diff -up afflib-3.1.3/Makefile.am.pkgconfig afflib-3.1.3/Makefile.am
|
|
--- afflib-3.1.3/Makefile.am.pkgconfig 2008-03-03 07:53:49.000000000 +0100
|
|
+++ afflib-3.1.3/Makefile.am 2008-03-17 23:51:38.000000000 +0100
|
|
@@ -1,5 +1,9 @@
|
|
SUBDIRS = lib tools lzma443 win32 tests doc
|
|
|
|
+pkgconfigdir = $(libdir)/pkgconfig
|
|
+
|
|
+pkgconfig_DATA = afflib.pc
|
|
+
|
|
include_HEADERS =
|
|
pkginclude_HEADERS = lib/afflib.h lib/afflib_i.h lib/afflib_sha256.h lib/aftimer.h lib/utils.h
|
|
|
|
@@ -48,7 +52,8 @@ DOCS = BUGLIST.txt README_Linux.txt READ
|
|
|
|
EXTRA_DIST = $(DOCS) \
|
|
afflib.spec.in \
|
|
- afflib.spec
|
|
+ afflib.spec \
|
|
+ afflib.pc.in
|
|
misc/expat-2.0.1.tar.gz
|
|
|
|
validate: tools/afcompare tests/encrypted.aff lib/aftest
|
|
diff -up afflib-3.1.3/configure.ac.pkgconfig afflib-3.1.3/configure.ac
|
|
--- afflib-3.1.3/configure.ac.pkgconfig 2008-03-17 23:53:05.000000000 +0100
|
|
+++ afflib-3.1.3/configure.ac 2008-03-17 23:53:40.000000000 +0100
|
|
@@ -239,5 +239,7 @@ AC_MSG_NOTICE([LIBS: ${LIBS}])
|
|
AC_MSG_NOTICE([LDFLAGS: ${LDFLAGS}])
|
|
AC_MSG_NOTICE([*****************************************])
|
|
AC_MSG_NOTICE([])
|
|
-AC_OUTPUT
|
|
+AC_OUTPUT(
|
|
+afflib.pc
|
|
+)
|
|
|