From 5b3d16139d8ef35f376dc75e2f1f7b5cfa25104f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 21 Sep 2012 16:49:19 +0000 Subject: -LRN: patch to avoid installing test libraries to /tmp --- src/main/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/main/Makefile.am b/src/main/Makefile.am index 9f956ec..4508097 100644 --- 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) -- cgit v1.2.3