Remove Obsoleted files

This commit is contained in:
Nicolas Chauvet 2008-04-15 11:48:45 +00:00
commit e795536e61
2 changed files with 0 additions and 45 deletions

View file

@ -1,35 +0,0 @@
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
+)

View file

@ -1,10 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/afflib
Name: afflib
Description: Library to support the Advanced Forensic Format
Version: @VERSION@
Libs: -L${libdir} -lafflib -lstdc++
Cflags: -I${includedir}