X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=Makefile.am;h=a46473aa7a00b3c42bd018b97caa33b21906da9b;hb=ec6b75f4f3a1b2390bcb66b558913d46fe2a8aa4;hp=de5ad3e78595345947e0e146eeb730fa438d4423;hpb=469d80f6b3dcfc2900f0faf5ab553fb3531c41f9;p=evince.git diff --git a/Makefile.am b/Makefile.am index de5ad3e7..a46473aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,50 +1,48 @@ -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 +SUBDIRS = \ + cut-n-paste \ + data \ + libdocument \ + backend \ + libview \ + libmisc \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_TIFF -SUBDIRS += tiff +if ENABLE_PREVIEWER +SUBDIRS += previewer endif -if ENABLE_DVI -SUBDIRS += dvi -endif - -if ENABLE_COMICS - SUBDIRS += comics -endif - -SUBDIRS += backend +NULL = -# Library +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = \ + evince-document-$(EV_API_VERSION).pc \ + evince-view-$(EV_API_VERSION).pc \ + $(NULL) -SUBDIRS += lib - -# Properties (library and application) - -SUBDIRS += properties +headerdir = $(includedir)/evince/$(EV_API_VERSION) +header_DATA = \ + evince-document.h \ + evince-view.h \ + $(NULL) # 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) \ + $(header_DATA) \ + autogen.sh \ + gnome-doc-utils.make \ + MAINTAINERS DISTCLEANFILES = \ gnome-doc-utils.make \ @@ -52,7 +50,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