]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Merge from branch-2-1
[netatalk.git] / contrib / Makefile.am
index 47379aba9973fc532ddfeed07b6e54612b409d3c..5652b1bb74d2ad283927a2c398cc40cba3b43da9 100644 (file)
@@ -1,17 +1,15 @@
 # Makefile.am for contrib/
 
+SUBDIRS = macusers shell_utils
+
 if COMPILE_TIMELORD
-TIMELORD = timelord
-else
-TIMELORD =
+SUBDIRS += timelord
 endif
 
 if COMPILE_A2BOOT
-A2BOOT = a2boot
-else
-A2BOOT =
+SUBDIRS += a2boot
 endif
 
-SUBDIRS = macusers nu printing shell_utils ${TIMELORD} ${A2BOOT} acltests
-
-EXTRA_DIST = ICDumpSuffixMap
+if USE_APPLETALK
+SUBDIRS += printing
+endif