]> git.meshlink.io Git - catta/blobdiff - initscript/Makefile.am
* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT_FOUND...
[catta] / initscript / Makefile.am
index 2ce1076588b4e0bd15a510599689594c0266b1b8..12ed429b0ed0522acacf6831bdefb39afa038786 100644 (file)
 SUBDIRS = 
 
 if TARGET_DEBIAN
-SUBDIRS += Debian
+SUBDIRS += debian
 endif
 
-# We disable shipping of Gentoo and SUSE init scripts for now as they are out of date
+if TARGET_ARCHLINUX
+SUBDIRS += archlinux
+endif
 
-#if TARGET_GENTOO
-#SUBDIRS += Gentoo
-#endif
+if TARGET_GENTOO
+SUBDIRS += gentoo
+endif
 
-#if TARGET_SUSE
-#SUBDIRS += SUSE
-#endif
+if TARGET_SUSE
+SUBDIRS += suse
+endif