From 19ffe0664869a7954ca9688f35270631bec39b69 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 19 Dec 2009 13:00:08 +0000 Subject: will move test into main eventually --- configure.ac | 1 - src/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 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 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 index ec1242e..b620c01 100644 --- 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 . -- cgit v1.2.3