summaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authordeva <deva>2005-04-25 17:34:19 +0000
committerdeva <deva>2005-04-25 17:34:19 +0000
commitc857f29717e071321e0db0c728d93e6403fef56a (patch)
tree34450bc1083ec5594a30329e082b99da6a003b48 /etc/Makefile.am
parentd5a7cc2511025abd9d092c65514c0b624a0505dd (diff)
Added configuration files to the install dir.
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
new file mode 100644
index 0000000..e149dab
--- /dev/null
+++ b/etc/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+ miav.conf
+
+sysconfdir=${prefix}/etc/miav
+
+dist_sysconf_DATA = \
+ miav.conf \ No newline at end of file