aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-19 13:00:08 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-19 13:00:08 +0000
commit19ffe0664869a7954ca9688f35270631bec39b69 (patch)
tree1c169cf15668815179a32cd0bd35a51c04c69254
parent01e3e60dd64caeb9a441248d602b4c8a60e9413b (diff)
downloadlibextractor-19ffe0664869a7954ca9688f35270631bec39b69.tar.gz
libextractor-19ffe0664869a7954ca9688f35270631bec39b69.zip
will move test into main eventually
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 93af970..6409162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -539,7 +539,6 @@ src/intlemu/Makefile
539src/common/Makefile 539src/common/Makefile
540src/main/Makefile 540src/main/Makefile
541src/plugins/Makefile 541src/plugins/Makefile
542src/test/Makefile
543]) 542])
544 543
545AX_CREATE_PKGCONFIG_INFO([libextractor.pc],,[-lextractor],[Metadata extraction library],,) 544AX_CREATE_PKGCONFIG_INFO([libextractor.pc],,[-lextractor],[Metadata extraction library],,)
diff --git a/src/Makefile.am b/src/Makefile.am
index ec1242e..b620c01 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,4 +4,4 @@ endif
4 4
5INCLUDES = -I$(top_srcdir)/src/include 5INCLUDES = -I$(top_srcdir)/src/include
6 6
7SUBDIRS = include $(INTLEMU_SUBDIRS) main common plugins test . 7SUBDIRS = include $(INTLEMU_SUBDIRS) main common plugins .