X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=f1c48890cd7818ea9eb93e5a8f38ca59da5dfd17;hb=57df208de1acaf93c60bd8401ec72a7d39f6ad9a;hp=abf8666c6f1c3fafda18adb1f97247c704d5507c;hpb=02383ed04e6a5c215d6d3d4b961bc73b58a23b37;p=evince.git diff --git a/Makefile.am b/Makefile.am index abf8666c..f1c48890 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,41 +1,28 @@ -SUBDIRS = lib cut-n-paste po help data - -# Backends - -SUBDIRS += pdf ps pixbuf - -if ENABLE_DJVU - SUBDIRS += djvu -endif - -if ENABLE_TIFF - SUBDIRS += tiff -endif - -if ENABLE_DVI - SUBDIRS += dvi -endif - -SUBDIRS += backend - -# Properties (library and application) - -SUBDIRS += properties +SUBDIRS = \ + cut-n-paste \ + data \ + backend \ + libdocument \ + properties \ + shell \ + thumbnailer \ + po \ + help \ + test # Applications -SUBDIRS += shell thumbnailer - intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = $(intltool_extra) +EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make MAINTAINERS DISTCLEANFILES = \ + gnome-doc-utils.make \ intltool-extract \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install +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