X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=38d8b96279e9461987dc9146275dea349ed25b48;hb=f675370b1c2f1e29dfb3a3b97eda5d46f6a4a4ae;hp=5c04b74f11981c11b5cce539d20f05a04c80e436;hpb=f00b898dd13b85e510188714f6b9d9a349d23ed2;p=evince.git diff --git a/Makefile.am b/Makefile.am index 5c04b74f..38d8b962 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,54 +1,23 @@ -SUBDIRS = cut-n-paste po help data - -# Backends - -SUBDIRS += pdf - -if ENABLE_PS -SUBDIRS += ps -endif - -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 \ + libdocument \ + backend \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_COMICS - SUBDIRS += comics -endif - -if ENABLE_IMPRESS - SUBDIRS += impress -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 \ @@ -56,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