X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=011d1fcdbb294dd65e25a5306a2aa49bd6add8d7;hb=c24535f0f7164b69d309eb62c36b020568c7e4bd;hp=b8dca2e758601d81cd86767ccd5be39426c35ef3;hpb=2e740390da17b9f130c768227f3007eecf431998;p=evince.git diff --git a/Makefile.am b/Makefile.am index b8dca2e7..011d1fcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,11 @@ SUBDIRS = \ properties \ shell \ po \ - help \ - test + help + +if ENABLE_TESTS +SUBDIRS += test +endif if ENABLE_THUMBNAILER SUBDIRS += thumbnailer @@ -52,7 +55,7 @@ DISTCLEANFILES = \ ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave --disable-nautilus +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-nautilus --disable-tests # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf