aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-02 15:11:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-02 15:11:43 +0000
commit9c3523a5786f8e961edf791eb9c2c6cc2149a60c (patch)
tree4645fdcb49573f8362abb0694c5a58ec0369333e /contrib/Makefile.am
parent009b558dfb5034123daaf63d636b54e36f8df2d4 (diff)
downloadgnunet-9c3523a5786f8e961edf791eb9c2c6cc2149a60c.tar.gz
gnunet-9c3523a5786f8e961edf791eb9c2c6cc2149a60c.zip
fix 1817
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