summaryrefslogtreecommitdiffstats
path: root/initscript/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/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/Makefile.am')
-rw-r--r--initscript/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/initscript/Makefile.am b/initscript/Makefile.am
index b20408a..ea26a62 100644
--- a/initscript/Makefile.am
+++ b/initscript/Makefile.am
@@ -1,16 +1,10 @@
SUBDIRS =
-if TARGET_REDHAT
-SUBDIRS += RedHat
-endif
if TARGET_GENTOO
SUBDIRS += Gentoo
endif
if TARGET_DEBIAN
SUBDIRS += Debian
endif
-if TARGET_SLACKWARE
-SUBDIRS += Slackware
-endif
if TARGET_SUSE
SUBDIRS += SUSE
endif