X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=ff5bd824106a5de02c1c720c210270354f472d0b;hb=a660f56cfcaba3d1d854ad86f06d0a4ac18647f2;hp=5c04b74f11981c11b5cce539d20f05a04c80e436;hpb=f00b898dd13b85e510188714f6b9d9a349d23ed2;p=evince.git diff --git a/Makefile.am b/Makefile.am index 5c04b74f..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,54 +1,43 @@ -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 -endif - -if ENABLE_TIFF -SUBDIRS += tiff +SUBDIRS = \ + cut-n-paste \ + data \ + libdocument \ + backend \ + libview \ + properties \ + shell \ + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer endif -if ENABLE_DVI -SUBDIRS += dvi -endif - -if ENABLE_COMICS - SUBDIRS += comics -endif - -if ENABLE_IMPRESS - SUBDIRS += impress -endif +NULL = -SUBDIRS += backend +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = \ + evince-document-$(EV_API_VERSION).pc \ + evince-view-$(EV_API_VERSION).pc \ + $(NULL) -# Library - -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 \ @@ -56,7 +45,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