]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Configurable symlink behaviour
[netatalk.git] / contrib / Makefile.am
index a7fe893233a407a1d909ccb237ae236b53ed8b64..0d2f10741ae95fa8f208fba46270e6fbe7013fcb 100644 (file)
@@ -1,12 +1,15 @@
 # Makefile.am for contrib/
-# $Id: Makefile.am,v 1.8 2003-06-08 15:21:40 srittau Exp $
 
-if COMPILE_A2BOOT
-A2BOOT = a2boot
-else
-A2BOOT =
+SUBDIRS = macusers misc shell_utils
+
+if COMPILE_TIMELORD
+SUBDIRS += timelord
 endif
 
-SUBDIRS = macusers nu printing shell_utils timelord ${A2BOOT}
+if COMPILE_A2BOOT
+SUBDIRS += a2boot
+endif
 
-EXTRA_DIST = ICDumpSuffixMap
+if USE_APPLETALK
+SUBDIRS += printing
+endif