diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
commit | 29c724d2a7764f83fe846b418d09540348b86983 (patch) | |
tree | dafaff8e37ba51355b22b6f38d856ae49e145006 /src/topology/Makefile.am | |
parent | b303961f38c9b578f30248ee364ed4e5ffdcd06c (diff) |
implementing #1747
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r-- | src/topology/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am index 3b69627e35..261be86190 100644 --- a/src/topology/Makefile.am +++ b/src/topology/Makefile.am @@ -4,6 +4,11 @@ if USE_COVERAGE AM_CFLAGS = --coverage -O0 endif +pkgcfgdir= $(pkgdatadir)/config.d/ + +dist_pkgcfg_DATA = \ + topology.conf + bin_PROGRAMS = \ gnunet-daemon-topology |