plugin datastore mysql
[oweals/gnunet.git] / src / gnsrecord / Makefile.am
index d0d8f3e894a57e3180cf0c5c46218bc09b27ee13..e3275124761e85a18ca642c7f1bbbcc70112234a 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
@@ -21,7 +22,7 @@ check_PROGRAMS = \
  test_gnsrecord_block_expiration
 
 if ENABLE_TEST_RUN
-TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = \
   $(check_PROGRAMS) \
   $(check_SCRIPTS)
@@ -66,14 +67,14 @@ test_gnsrecord_serialization_SOURCES = \
  test_gnsrecord_serialization.c
 test_gnsrecord_serialization_LDADD = \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
+  libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 test_gnsrecord_block_expiration_SOURCES = \
  test_gnsrecord_block_expiration.c
 test_gnsrecord_block_expiration_LDADD = \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
+  libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
 
@@ -81,6 +82,6 @@ test_gnsrecord_crypto_SOURCES = \
  test_gnsrecord_crypto.c
 test_gnsrecord_crypto_LDADD = \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
+  libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la