libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 19ffe0664869a7954ca9688f35270631bec39b69
parent 01e3e60dd64caeb9a441248d602b4c8a60e9413b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 19 Dec 2009 13:00:08 +0000

will move test into main eventually

Diffstat:
Mconfigure.ac | 1-
Msrc/Makefile.am | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -539,7 +539,6 @@ src/intlemu/Makefile src/common/Makefile src/main/Makefile src/plugins/Makefile -src/test/Makefile ]) AX_CREATE_PKGCONFIG_INFO([libextractor.pc],,[-lextractor],[Metadata extraction library],,) diff --git a/src/Makefile.am b/src/Makefile.am @@ -4,4 +4,4 @@ endif INCLUDES = -I$(top_srcdir)/src/include -SUBDIRS = include $(INTLEMU_SUBDIRS) main common plugins test . +SUBDIRS = include $(INTLEMU_SUBDIRS) main common plugins .