* modest-cache-mgr.c:
[modest] / Makefile.am
index 3704ae9..ef7cabc 100644 (file)
@@ -1,15 +1,26 @@
 #
 # Makefile.am for modest
-# Time-stamp: <2006-04-22 16:29:00 (djcb)>
+# Time-stamp: <2006-12-10 12:55:27 (djcb)>
 #
+SUBDIRS= src po
 
-SUBDIRS= docs src po
+if BUILD_TESTS
+SUBDIRS += tests
+endif
 
-EXTRA_DIST= config.rpath  config.rpath mkinstalldirs m4/ChangeLog \
-       autogen.sh TODO COPYING intltool-extract.in intltool-merge.in \
-       intltool-update.in
+if BUILD_DOCS
+SUBDIRS += docs
+endif
 
-CFLAGS=\
-       -Wall
+EXTRA_DIST=                 \
+       mkinstalldirs       \
+       autogen.sh          \
+       COPYING             \
+       intltool-extract.in \
+       intltool-merge.in   \
+       intltool-update.in
 
-ACLOCAL_AMFLAGS = -I m4
+DISTCLEANFILES =            \
+       intltool-extract.in \
+       intltool-merge.in   \
+       intltool-update.in