X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=38d8b96279e9461987dc9146275dea349ed25b48;hb=68d6f121d3f7e030175a1a18d8c93dac4621d5b4;hp=de5ad3e78595345947e0e146eeb730fa438d4423;hpb=469d80f6b3dcfc2900f0faf5ab553fb3531c41f9;p=evince.git diff --git a/Makefile.am b/Makefile.am index de5ad3e7..38d8b962 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,50 +1,23 @@ -SUBDIRS = cut-n-paste po help data - -# Backends - -SUBDIRS += pdf - -if ENABLE_PS -SUBDIRS += ps -endif - -if ENABLE_PIXBUF -SUBDIRS += pixbuf +SUBDIRS = \ + cut-n-paste \ + data \ + libdocument \ + backend \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_DJVU -SUBDIRS += djvu -endif - -if ENABLE_TIFF -SUBDIRS += tiff -endif - -if ENABLE_DVI -SUBDIRS += dvi -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 \ @@ -52,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