libextractor

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

commit 5b3d16139d8ef35f376dc75e2f1f7b5cfa25104f
parent c2d4dd12401d69b734e2dfa662926607945fcc4c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 21 Sep 2012 16:49:19 +0000

-LRN: patch to avoid installing test libraries to /tmp

Diffstat:
Msrc/main/Makefile.am | 10+++-------
1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/main/Makefile.am b/src/main/Makefile.am @@ -2,10 +2,6 @@ SUBDIRS = . INCLUDES = -I$(top_srcdir)/src/include $(LTDLINCL) -# install test plugins under /tmp (we must install them somewhere, -# with 'noinst' automake insists on building a static library...) -tmpdir = /tmp/ - LIBS = \ @LE_LIBINTL@ @LE_LIB_LIBS@ @@ -78,21 +74,21 @@ LDADD = \ TESTS_ENVIRONMENT = testdatadir=$(top_srcdir)/test TESTS_ENVIRONMENT += bindir=${bindir} -tmp_LTLIBRARIES = \ +noinst_LTLIBRARIES = \ libextractor_test.la \ libextractor_test2.la libextractor_test_la_SOURCES = \ test_extractor.c libextractor_test_la_LDFLAGS = \ - $(PLUGINFLAGS) + $(PLUGINFLAGS) -rpath /nowhere libextractor_test_la_LIBADD = \ $(LE_LIBINTL) $(XLIB) libextractor_test2_la_SOURCES = \ test2_extractor.c libextractor_test2_la_LDFLAGS = \ - $(PLUGINFLAGS) + $(PLUGINFLAGS) -rpath /nowhere libextractor_test2_la_LIBADD = \ $(LE_LIBINTL) $(XLIB)