From 2a2ee0be70b99239f2cf99ea5b663eda965599f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 22 Oct 2005 21:23:02 +0000 Subject: Add init script support for fedora from Alexander Larsson git-svn-id: file:///home/lennart/svn/public/avahi/trunk@838 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'initscript/Makefile.am') diff --git a/initscript/Makefile.am b/initscript/Makefile.am index 12ed429..a00be21 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -34,3 +34,7 @@ endif if TARGET_SUSE SUBDIRS += suse endif + +if TARGET_FEDORA +SUBDIRS += fedora +endif -- cgit