From e26b546ee463cdbe2433367f6bcb9aec476fbee0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Jun 2005 22:27:45 +0000 Subject: Add patches from Sebastien Estienne git-svn-id: file:///home/lennart/svn/public/avahi/trunk@131 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 initscript/Makefile.am (limited to 'initscript/Makefile.am') diff --git a/initscript/Makefile.am b/initscript/Makefile.am new file mode 100644 index 0000000..b20408a --- /dev/null +++ b/initscript/Makefile.am @@ -0,0 +1,16 @@ +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