X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=ff5bd824106a5de02c1c720c210270354f472d0b;hb=c345e142d321c13bdbb795a784b63f75851a4ea9;hp=38d8b96279e9461987dc9146275dea349ed25b48;hpb=31e16bd8f386dc292e60489d4a17227804bdc2e6;p=evince.git diff --git a/Makefile.am b/Makefile.am index 38d8b962..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = \ data \ libdocument \ backend \ + libview \ properties \ shell \ po \ @@ -13,11 +14,30 @@ 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 MAINTAINERS +EXTRA_DIST = \ + $(intltool_extra) \ + $(header_DATA) \ + autogen.sh \ + gnome-doc-utils.make \ + MAINTAINERS DISTCLEANFILES = \ gnome-doc-utils.make \