X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=14f3b1ede279f77d76f7dc89bf4c924e19a25458;hb=61b14b7612531f6e67cc9783a104f7e7f761295d;hp=d748d98ea2fad81b26851754df6bdb438d0c65c8;hpb=d9a911deff5b59d837682c181e6f369032231d01;p=evince.git diff --git a/Makefile.am b/Makefile.am index d748d98e..14f3b1ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,42 +1,23 @@ -SUBDIRS = cut-n-paste po help data - -# Backends - -SUBDIRS += pdf ps - -if ENABLE_PIXBUF -SUBDIRS += pixbuf -endif - -if ENABLE_DJVU -SUBDIRS += djvu -endif - -if ENABLE_TIFF -SUBDIRS += tiff +SUBDIRS = \ + cut-n-paste \ + data \ + backend \ + libdocument \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_DVI -SUBDIRS += dvi -endif - -SUBDIRS += backend - -# Library - -SUBDIRS += lib - -# Properties (library and application) - -SUBDIRS += properties - # Applications -SUBDIRS += shell thumbnailer - intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make +EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make MAINTAINERS DISTCLEANFILES = \ gnome-doc-utils.make \ @@ -44,7 +25,7 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf