diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-02 15:11:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-02 15:11:43 +0000 |
commit | 9c3523a5786f8e961edf791eb9c2c6cc2149a60c (patch) | |
tree | 4645fdcb49573f8362abb0694c5a58ec0369333e /contrib/Makefile.am | |
parent | 009b558dfb5034123daaf63d636b54e36f8df2d4 (diff) |
fix 1817
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 7ad8e542ac..5efbe5a32b 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,3 +1,6 @@ +INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include + + if !MINGW noinst_PROGRAMS = \ timeout_watchdog @@ -36,3 +39,9 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' # junklookup.sh \ # namespacehelper.sh + +check_PROGRAMS = \ + test_gnunet_prefix + +test_gnunet_prefix_SOURCES = \ + test_gnunet_prefix.c
\ No newline at end of file |