memory corruption
[oweals/gnunet.git] / contrib / Makefile.am
index 307dd553fc683758d6d09aa90c939b9d68bcf831..e287696235ec72b7b451e8baa519f78c43b6cf62 100644 (file)
@@ -1,29 +1,39 @@
 INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 
-if !MINGW
 noinst_PROGRAMS = \
  timeout_watchdog
 
+if !MINGW
 timeout_watchdog_SOURCES = \
  timeout_watchdog.c 
+else
+timeout_watchdog_SOURCES = \
+ timeout_watchdog_w32.c
 endif
 
 noinst_SCRIPTS = \
+ terminate.py \
+ pydiffer.py \
  gnunet_pyexpect.py \
  gnunet_janitor.py
 
+bin_SCRIPTS = \
+ gnunet-gns-import.sh
+
 dist_pkgdata_DATA = \
- gnunet-logo-color.png 
+ gnunet-logo-color.png \
+ testing_hostkeys.dat \
+ testing_hostkeys.ecc
 
 EXTRA_DIST = \
  coverage.sh \
- hostlist.cgi \
- hostlist.php \
  report.sh \
- testing_hostkeys.dat \
+ terminate.py.in \
  gnunet_pyexpect.py.in \
- gnunet_janitor.py.in
+ gnunet_janitor.py.in \
+ pydiffer.py.in \
+ gnunet-gns-import.sh
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
@@ -46,9 +56,10 @@ check_PROGRAMS = \
 test_gnunet_prefix_SOURCES = \
  test_gnunet_prefix.c
 
-test_gnunet_prefix_LIBADD = \
+test_gnunet_prefix_LDADD = \
   $(GCLIBADD) $(WINLIB) \
   $(LTLIBICONV) \
+  $(GN_LIBINTL) \
   -lltdl -lunistring $(XLIB) 
 
 pkghellodir= $(pkgdatadir)/hellos