summaryrefslogtreecommitdiffstats
path: root/initscript/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 08:16:13 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 08:16:13 +0000
commitda5014cb5f3d06271ae79dc28354a03c7392cf0f (patch)
tree92272d80b4f9ca728fafe5677982846a99a537af /initscript/Makefile.am
parent83c0bc0c4f8701e71d34896472810d0f5c73fbe5 (diff)
* 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
Diffstat (limited to 'initscript/Makefile.am')
-rw-r--r--initscript/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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