From 09b102d429c483d92d269622e2ce748e69abf5f9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Sep 2005 21:16:20 +0000 Subject: add suse init scripts git-svn-id: file:///home/lennart/svn/public/avahi/trunk@527 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'initscript/Makefile.am') diff --git a/initscript/Makefile.am b/initscript/Makefile.am index 16bbbf0..12ed429 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -31,8 +31,6 @@ if TARGET_GENTOO SUBDIRS += gentoo endif -# We disable shipping of these init scripts for now as they are out of date - -#if TARGET_SUSE -#SUBDIRS += suse -#endif +if TARGET_SUSE +SUBDIRS += suse +endif -- cgit