X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fimpress%2FMakefile.am;h=8057dfcef6e18e1f6de99a42d64eabff6294c3b2;hb=41d20da33041ddfb49fdb567e65d64a62d41c8c8;hp=b7deeb7b0853de807630c876b5b8ea12baf4f607;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am index b7deeb7b..8057dfce 100644 --- a/backend/impress/Makefile.am +++ b/backend/impress/Makefile.am @@ -1,5 +1,3 @@ -backenddir = $(libdir)/evince/backends - INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ @@ -45,14 +43,13 @@ IMPOSTER_RENDER_INCLUDE_FILES = \ libimpressdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libimpressdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ - $(BACKEND_LIBS) + $(BACKEND_LIBS) -lz backend_in_files = impressdocument.evince-backend.in - -%.evince-backend: %.evince-backend.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache - backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) EXTRA_DIST = $(backend_in_files) CLEANFILES = $(backend_DATA) + +@EV_INTLTOOL_EVINCE_BACKEND_RULE@