summaryrefslogtreecommitdiffstats
path: root/initscript/SUSE/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-07-05 15:13:15 +0000
committerTrent Lloyd <lathiat@bur.st>2005-07-05 15:13:15 +0000
commit11ae0f189cb4962500b53cec3b5b4cd228cbcf98 (patch)
tree5693207ca51a6c41cc2c810584f19c62142a38a3 /initscript/SUSE/Makefile.am
parent05b0b1d0aad6b9613fff841000815a05486f130b (diff)
* Make the configure script just not install init scripts or dbus config if the distribution isn't supported (rather than error out)
* Import SUSE init script, still uses suse specific functions, we can change this later if we want git-svn-id: file:///home/lennart/svn/public/avahi/trunk@163 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'initscript/SUSE/Makefile.am')
-rw-r--r--initscript/SUSE/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/initscript/SUSE/Makefile.am b/initscript/SUSE/Makefile.am
new file mode 100644
index 0000000..7e9abf5
--- /dev/null
+++ b/initscript/SUSE/Makefile.am
@@ -0,0 +1,4 @@
+dbusinitddir = $(sysconfdir)/init.d
+dbusinitd_SCRIPTS = avahi
+
+EXTRA_DIST = $(dbusinitd_SCRIPTS)