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=3c349e5e651af3e2bedde90306125732730f5325;hp=7d23c680672893cf63e9472efef086f3f490349c;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/Makefile.am b/Makefile.am index 7d23c680..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,43 @@ SUBDIRS = \ cut-n-paste \ - po \ - help \ data \ - test \ - backend \ libdocument \ + backend \ + libview \ properties \ shell \ - thumbnailer + po \ + help \ + test + +if ENABLE_THUMBNAILER +SUBDIRS += thumbnailer +endif + +NULL = + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = \ + evince-document-$(EV_API_VERSION).pc \ + evince-view-$(EV_API_VERSION).pc \ + $(NULL) + +headerdir = $(includedir)/evince/$(EV_API_VERSION) +header_DATA = \ + evince-document.h \ + evince-view.h \ + $(NULL) # Applications 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 \ @@ -22,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