]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Merge from branch-2-1
[netatalk.git] / contrib / Makefile.am
index fa7b4912ac8d155a47ff58eda3294c2257ad48d6..5652b1bb74d2ad283927a2c398cc40cba3b43da9 100644 (file)
@@ -1,6 +1,15 @@
 # Makefile.am for contrib/
-# $Id: Makefile.am,v 1.9 2003-06-08 15:57:40 srittau Exp $
 
-SUBDIRS = macusers nu printing shell_utils timelord a2boot
+SUBDIRS = macusers shell_utils
 
-EXTRA_DIST = ICDumpSuffixMap
+if COMPILE_TIMELORD
+SUBDIRS += timelord
+endif
+
+if COMPILE_A2BOOT
+SUBDIRS += a2boot
+endif
+
+if USE_APPLETALK
+SUBDIRS += printing
+endif