gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23937 - Extractor/src/main


From: gnunet
Subject: [GNUnet-SVN] r23937 - Extractor/src/main
Date: Fri, 21 Sep 2012 18:49:19 +0200

Author: grothoff
Date: 2012-09-21 18:49:19 +0200 (Fri, 21 Sep 2012)
New Revision: 23937

Modified:
   Extractor/src/main/Makefile.am
Log:
-LRN: patch to avoid installing test libraries to /tmp

Modified: Extractor/src/main/Makefile.am
===================================================================
--- Extractor/src/main/Makefile.am      2012-09-21 16:34:09 UTC (rev 23936)
+++ Extractor/src/main/Makefile.am      2012-09-21 16:49:19 UTC (rev 23937)
@@ -2,10 +2,6 @@
 
 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 @@
 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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]