X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2FMakefile.am;h=facf17ccf1fc3a2a8845af3f320e439a01db6101;hb=5e6d5884fac94af19f23f51ae91f2d1dba5af750;hp=357de3df0bda8cd23b12bdf0766d298da16a414b;hpb=89c60efc704ab3d664cd65503b2f7429628962bc;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index 357de3df..facf17cc 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -25,6 +25,7 @@ INST_H_SRC_FILES = \ ev-document-security.h \ ev-document-thumbnails.h \ ev-document-transition.h \ + ev-document-text.h \ ev-file-exporter.h \ ev-file-helpers.h \ ev-form-field.h \ @@ -34,7 +35,7 @@ INST_H_SRC_FILES = \ ev-link-action.h \ ev-link-dest.h \ ev-link.h \ - ev-mapping.h \ + ev-mapping-list.h \ ev-page.h \ ev-render-context.h \ ev-selection.h \ @@ -74,11 +75,12 @@ libevdocument_la_SOURCES= \ ev-document-transition.c \ ev-document-forms.c \ ev-document-type-builtins.c \ + ev-document-text.c \ ev-form-field.c \ ev-debug.c \ ev-file-exporter.c \ ev-file-helpers.c \ - ev-mapping.c \ + ev-mapping-list.c \ ev-module.c \ ev-page.c \ ev-render-context.c \ @@ -98,9 +100,10 @@ libevdocument_la_CPPFLAGS = \ $(AM_CPPFLAGS) libevdocument_la_CFLAGS = \ - $(LIBDOCUMENT_CFLAGS) \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) \ + $(LIBDOCUMENT_CFLAGS) \ + -I$(top_srcdir)/cut-n-paste/synctex \ + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) \ $(AM_CFLAGS) libevdocument_la_LDFLAGS = \ @@ -109,7 +112,10 @@ libevdocument_la_LDFLAGS = \ -export-symbols-regex "^ev_*" \ $(AM_LDFLAGS) -libevdocument_la_LIBADD = $(LIBDOCUMENT_LIBS) +libevdocument_la_LIBADD = \ + $(LIBDOCUMENT_LIBS) \ + $(top_builddir)/cut-n-paste/synctex/libsynctex.la + BUILT_SOURCES = \ ev-document-type-builtins.c \