From da5014cb5f3d06271ae79dc28354a03c7392cf0f Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 08:16:13 +0000 Subject: * Clean up init script handling stuff * Add archlinux support git-svn-id: file:///home/lennart/svn/public/avahi/trunk@406 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 2ce1076..eb5c75d 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -23,6 +23,10 @@ if TARGET_DEBIAN SUBDIRS += Debian endif +if TARGET_ARCHLINUX +SUBDIRS += archlinux +endif + # We disable shipping of Gentoo and SUSE init scripts for now as they are out of date #if TARGET_GENTOO -- cgit