X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=7d23c680672893cf63e9472efef086f3f490349c;hb=a23410c308dc197b6e32ddd61b9160cdaf3a1df3;hp=0cd6f596605e4778e4866d71a32e4ec39e58802b;hpb=7f14f3572360d27de737e68569a854bde30112bb;p=evince.git diff --git a/Makefile.am b/Makefile.am index 0cd6f596..7d23c680 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,53 +1,17 @@ -SUBDIRS = cut-n-paste po help data test - -# Backends - -if ENABLE_PDF -SUBDIRS += pdf -endif - -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 -endif - -if ENABLE_COMICS - SUBDIRS += comics -endif - -if ENABLE_IMPRESS - SUBDIRS += impress -endif - -SUBDIRS += backend - -# Library - -SUBDIRS += lib - -# Properties (library and application) - -SUBDIRS += properties +SUBDIRS = \ + cut-n-paste \ + po \ + help \ + data \ + test \ + backend \ + libdocument \ + properties \ + shell \ + thumbnailer # Applications -SUBDIRS += shell thumbnailer - intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make