X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=011d1fcdbb294dd65e25a5306a2aa49bd6add8d7;hb=5f88485c248926a48031eb6dd94dfaa89204a810;hp=64b26a3b2a664d611100ec93a649bd558f8cc92a;hpb=aedc4a044385907813417a6798c718bd880af701;p=evince.git diff --git a/Makefile.am b/Makefile.am index 64b26a3b..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 @@ -50,7 +53,9 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave +ACLOCAL_AMFLAGS = -I m4 + +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