X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=Makefile.am;h=aa69844fa7466d103aafce5637577de55faf990b;hp=3704ae96b3bb6f218bce0ee2d2279e2d9399ede1;hb=0ccd151134f586d135cc16963c3924295054f4af;hpb=4c17eac51757809148b84e229bede6323aac270a diff --git a/Makefile.am b/Makefile.am index 3704ae9..aa69844 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,18 @@ # # Makefile.am for modest -# Time-stamp: <2006-04-22 16:29:00 (djcb)> +# Time-stamp: <2006-12-10 12:55:27 (djcb)> # -SUBDIRS= docs src po +SUBDIRS= src po -EXTRA_DIST= config.rpath config.rpath mkinstalldirs m4/ChangeLog \ - autogen.sh TODO COPYING intltool-extract.in intltool-merge.in \ - intltool-update.in +if BUILD_TESTS +SUBDIRS += tests +endif -CFLAGS=\ - -Wall +if BUILD_DOCS +SUBDIRS += docs +endif -ACLOCAL_AMFLAGS = -I m4 +EXTRA_DIST= config.rpath config.rpath mkinstalldirs \ + autogen.sh TODO COPYING intltool-extract.in intltool-merge.in \ + intltool-update.in