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=b3a4974caeaf3e299321c56552116895a56fc3f5;hp=1964eeed8b258defb7e2108c4c995456f9be4f51;hpb=34148304a0237fd9fd7c4ea05ca2e053d9ddd3ff;p=evince.git diff --git a/libview/Makefile.am b/libview/Makefile.am index 1964eeed..b4edc579 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -2,10 +2,12 @@ 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 @@ -13,8 +15,10 @@ INST_H_FILES = \ ev-document-model.h \ ev-jobs.h \ ev-job-scheduler.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 @@ -25,13 +29,17 @@ libevview_la_SOURCES = \ 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