From 11ae0f189cb4962500b53cec3b5b4cd228cbcf98 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 5 Jul 2005 15:13:15 +0000 Subject: * 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 --- initscript/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'initscript/Makefile.am') 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 -- cgit