X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2FMakefile.am;h=f92c607adfa091b33ce6fc052facaab64ecea192;hb=ddd3af422a32a56bdf0ae88c3f704b40776e9ede;hp=c2adf470fbd58ea570b65356c05e2d52f6c4aea6;hpb=f91763ca68146b026095915fc0ee380ac23ab9ab;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index c2adf470..f92c607a 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -7,6 +7,7 @@ INCLUDES= \ -I$(top_srcdir)/ps \ -I$(top_srcdir)/djvu \ -I$(top_srcdir)/dvi \ + -I$(top_srcdir)/impress \ -I$(top_srcdir)/comics \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ @@ -22,6 +23,10 @@ libevbackend_la_SOURCES= \ ev-backend-marshal.c \ ev-link.c \ ev-link.h \ + ev-link-action.c \ + ev-link-action.h \ + ev-link-dest.c \ + ev-link-dest.h \ ev-document.c \ ev-document.h \ ev-document-factory.c \ @@ -79,6 +84,11 @@ libevbackend_la_LIBADD += \ $(top_builddir)/comics/libcomicsdocument.la endif +if ENABLE_IMPRESS +libevbackend_la_LIBADD += \ + $(top_builddir)/impress/libimpressdocument.la +endif + BUILT_SOURCES= \ ev-backend-marshalers.h \ ev-backend-marshalers.c