summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2015-11-15 18:40:17 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2015-11-15 23:43:24 +0200
commit6372ed837298a34f6d16e0cde929822879863195 (patch)
tree6a79d087fd0888d2ac07d74f56d51cec256f8570 /conf.d
parent471ddd68074c546156a01216fe2b99a3a7e64a04 (diff)
build: migrate to autotools
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
new file mode 100644
index 0000000000..73e45c1920
--- /dev/null
+++ b/conf.d/Makefile.am
@@ -0,0 +1,8 @@
+#
+# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
+#
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+dist_config_DATA = \
+ apps_groups.conf \
+ $(NULL)