]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Configurable symlink behaviour
[netatalk.git] / contrib / Makefile.am
index 633257c3df66f778a1cfc7ea6a554ace9a27ab45..0d2f10741ae95fa8f208fba46270e6fbe7013fcb 100644 (file)
@@ -1,17 +1,15 @@
 # Makefile.am for contrib/
 
+SUBDIRS = macusers misc 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}
-
-EXTRA_DIST = ICDumpSuffixMap
+if USE_APPLETALK
+SUBDIRS += printing
+endif