X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=14f3b1ede279f77d76f7dc89bf4c924e19a25458;hb=7d9fadd440ce86e1845945ca101add62ee86b3c4;hp=5acc74fdfa89707116283307ed4329ba354a9b13;hpb=30582eef6d8c325d026e7db0301921ddba21dfec;p=evince.git diff --git a/Makefile.am b/Makefile.am index 5acc74fd..14f3b1ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,46 +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 -endif - -if ENABLE_DVI -SUBDIRS += dvi +SUBDIRS = \ + cut-n-paste \ + data \ + backend \ + libdocument \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_COMICS - SUBDIRS += comics -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 \ @@ -48,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