X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=67de01832b9bfea22150d15c64ad15426bc96f2c;hb=12edcbdf1fbf4d45e9f111cd44df261623ab23e0;hp=afb1c968af183353e8f8dd78a06e938e2e0dbb1c;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;p=evince.git diff --git a/Makefile.am b/Makefile.am index afb1c968..67de0183 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,45 @@ -SUBDIRS = cut-n-paste data lib shell viewer po +SUBDIRS = 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 + +# 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) + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update + +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install + +# Ignore scrollkeeper issues for now. @#*$& scrollkeeper +distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf