diff options
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r-- | src/mesh/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index bfec0d5b44..f6546a586c 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -9,6 +9,11 @@ if USE_COVERAGE XLIB = -lgcov endif +pkgcfgdir= $(pkgdatadir)/config.d/ + +dist_pkgcfg_DATA = \ + mesh.conf + AM_CLFAGS = -g bin_PROGRAMS = \ |