]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/Makefile.am
Spelling fix in log message: continous -> continuous
[netatalk.git] / contrib / Makefile.am
index fa7b4912ac8d155a47ff58eda3294c2257ad48d6..0d2f10741ae95fa8f208fba46270e6fbe7013fcb 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 misc shell_utils
 
-EXTRA_DIST = ICDumpSuffixMap
+if COMPILE_TIMELORD
+SUBDIRS += timelord
+endif
+
+if COMPILE_A2BOOT
+SUBDIRS += a2boot
+endif
+
+if USE_APPLETALK
+SUBDIRS += printing
+endif