-skeletons for transport-ng
[oweals/gnunet.git] / src / gnsrecord / Makefile.am
index 2c9d2f476e2e8d6cf2fe0e312c07d93c26534a89..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,6 +22,7 @@ check_PROGRAMS = \
  test_gnsrecord_block_expiration
 
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = \
   $(check_PROGRAMS) \
   $(check_SCRIPTS)
@@ -65,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
 
 
@@ -80,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