diff options
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r-- | src/nat/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index 5adab1ae58..ed3a1545ae 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -7,6 +7,11 @@ if MINGW NATCLIENT = gnunet-helper-nat-client-windows.c endif +pkgcfgdir= $(pkgdatadir)/config.d/ + +dist_pkgcfg_DATA = \ + nat.conf + if ENABLE_TEST_RUN nattest = $(bindir)/gnunet-nat-server |