X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2FMakefile.am;h=b4edc579426e67446675ad0435faf41cd0d1f420;hb=8cf21129418452a327f4761b9bcf1ccd0fc7a5e8;hp=d9e4c0828a3094266b3ef3a88e409be876ad570c;hpb=3f7764002b149ab5052e1a9a55300bc9c8393062;p=evince.git diff --git a/libview/Makefile.am b/libview/Makefile.am index d9e4c082..b4edc579 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -2,19 +2,23 @@ lib_LTLIBRARIES = libevview.la NOINST_H_FILES = \ ev-annotation-window.h \ + ev-page-cache.h \ ev-pixbuf-cache.h \ ev-timeline.h \ ev-transition-animation.h \ ev-view-accessible.h \ + ev-view-cursor.h \ ev-view-marshal.h \ ev-view-private.h INST_H_FILES = \ + ev-document-model.h \ ev-jobs.h \ ev-job-scheduler.h \ - ev-page-cache.h \ + ev-print-operation.h \ ev-stock-icons.h \ ev-view.h \ + ev-view-presentation.h \ ev-view-type-builtins.h headerdir = $(includedir)/evince/$(EV_API_VERSION)/libview @@ -22,16 +26,20 @@ header_DATA = $(INST_H_FILES) libevview_la_SOURCES = \ ev-annotation-window.c \ + ev-document-model.c \ ev-jobs.c \ ev-job-scheduler.c \ ev-page-cache.c \ ev-pixbuf-cache.c \ + ev-print-operation.c \ ev-stock-icons.c \ ev-timeline.c \ ev-transition-animation.c \ ev-view.c \ ev-view-accessible.c \ ev-view-marshal.c \ + ev-view-cursor.c \ + ev-view-presentation.c \ ev-view-type-builtins.c \ $(NOINST_H_FILES) \ $(INST_H_FILES) @@ -114,7 +122,7 @@ EvinceView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES) --include=Gtk-2.0 \ --include=EvinceDocument-$(EV_API_VERSION) \ --library=evview \ - --libtool="$(SHAVE_SAVED_LIBTOOL)" \ + --libtool="$(LIBTOOL)" \ --output $@ \ --pkg evince-document-$(EV_API_VERSION) \ --pkg evince-view-$(EV_API_VERSION) \ @@ -140,3 +148,5 @@ CLEANFILES += $(gir_DATA) $(typelibs_DATA) $< -o $@ endif # ENABLE_INTROSPECTION + +-include $(top_srcdir)/git.mk