diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-02-28 16:16:13 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-02-28 16:41:09 +0100 |
commit | 037d22e342567ea3cebc2b93065a952333ffe1a6 (patch) | |
tree | 9f468fe7df7f228cd644e2be1bad623e60864d51 | |
parent | 4ecb25ccb4bc3da7f2cf9d91e675153149c5cfa8 (diff) |
reclaim: include reclaim.conf in dist sources
-rw-r--r-- | src/reclaim/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am index 093442181..f9942fa23 100644 --- a/src/reclaim/Makefile.am +++ b/src/reclaim/Makefile.am @@ -17,9 +17,10 @@ SQLITE_PLUGIN = libgnunet_plugin_reclaim_sqlite.la endif EXTRA_DIST = \ + reclaim.conf \ test_reclaim_defaults.conf \ - test_reclaim.conf \ - $(check_SCRIPTS) + test_reclaim.conf \ + $(check_SCRIPTS) pkgcfgdir= $(pkgdatadir)/config.d/ |