]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Configurable symlink behaviour
[netatalk.git] / contrib / Makefile.am
index 9daa32f5ebe067dfe15c47a78325cb0a3362436a..0d2f10741ae95fa8f208fba46270e6fbe7013fcb 100644 (file)
@@ -1,11 +1,15 @@
 # Makefile.am for contrib/
 
+SUBDIRS = macusers misc shell_utils
+
 if COMPILE_TIMELORD
-TIMELORD = timelord
-else
-TIMELORD =
+SUBDIRS += timelord
 endif
 
-SUBDIRS = nu printing shell_utils ${TIMELORD}
+if COMPILE_A2BOOT
+SUBDIRS += a2boot
+endif
 
-EXTRA_DIST = ICDumpSuffixMap
+if USE_APPLETALK
+SUBDIRS += printing
+endif