- implementented string to address
[oweals/gnunet.git] / src / template / Makefile.am
index 47d6b41653f84c914e9b5d9e05ab6048d876ba23..1769191e7a1d965566a865e3de5f661d708755e3 100644 (file)
@@ -1,5 +1,10 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+dist_pkgcfg_DATA = \
+  template.conf
+
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
 endif
@@ -28,7 +33,9 @@ gnunet_service_template_LDADD = \
 check_PROGRAMS = \
  test_template_api
 
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
+endif
 
 test_template_api_SOURCES = \
  test_template_api.c