summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 7ad8e542a..5efbe5a32 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,3 +1,6 @@
1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2
3
1if !MINGW 4if !MINGW
2noinst_PROGRAMS = \ 5noinst_PROGRAMS = \
3 timeout_watchdog 6 timeout_watchdog
@@ -36,3 +39,9 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
36# junklookup.sh \ 39# junklookup.sh \
37# namespacehelper.sh 40# namespacehelper.sh
38 41
42
43check_PROGRAMS = \
44 test_gnunet_prefix
45
46test_gnunet_prefix_SOURCES = \
47 test_gnunet_prefix.c \ No newline at end of file