- fix
[oweals/gnunet.git] / src / hostlist / Makefile.am
index 15c8f86a7217ac4d64642db8a0c701485609be56..f764f2fbe7a26aa0bb71efb84b223a5fa039cad7 100644 (file)
@@ -1,5 +1,10 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+dist_pkgcfg_DATA = \
+  hostlist.conf
+
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
 endif
@@ -66,6 +71,7 @@ test_gnunet_daemon_hostlist_learning_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la  
 
 EXTRA_DIST = \
+  test_hostlist_defaults.conf \
   test_gnunet_daemon_hostlist_data.conf \
   test_gnunet_daemon_hostlist_peer1.conf \
   test_gnunet_daemon_hostlist_peer2.conf \