- more
[oweals/gnunet.git] / contrib / Makefile.am
index 7ad8e542ac5d554659a632488953c05c83f0d510..df6bdc275b9220223eaa70f96ac819d66f7a2387 100644 (file)
@@ -1,3 +1,6 @@
+INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+
+
 if !MINGW
 noinst_PROGRAMS = \
  timeout_watchdog
@@ -11,21 +14,21 @@ noinst_SCRIPTS = \
  gnunet_janitor.py
 
 dist_pkgdata_DATA = \
- gnunet-logo-color.png \
- defaults.conf
+ gnunet-logo-color.png 
 
 EXTRA_DIST = \
  coverage.sh \
  hostlist.cgi \
  hostlist.php \
  report.sh \
+ testing_hostkeys.dat \
  gnunet_pyexpect.py.in \
  gnunet_janitor.py.in
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
 %.py: %.py.in Makefile
-       $(do_subst) < $(srcdir)/$< > $@
+       $(do_subst) < $< > $@
        chmod +x $@
 
 # init_gnunet_redhat \
@@ -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