aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 35a4b433e..1769191e7 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -1,5 +1,10 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/
4
5dist_pkgcfg_DATA = \
6 template.conf
7
3if MINGW 8if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 9 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5endif 10endif