X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fdjvu%2FMakefile.am;h=123260142ff58f1557611be1b3d2b2e48046425a;hb=223cc03e0275c77c4482ed0495b3bd15993a3ab8;hp=1b94646e6a49a1a7b4cbc0188fc9b83ed10469a8;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/backend/djvu/Makefile.am b/backend/djvu/Makefile.am index 1b94646e..12326014 100644 --- a/backend/djvu/Makefile.am +++ b/backend/djvu/Makefile.am @@ -1,5 +1,3 @@ -backenddir = $(libdir)/evince/backends - INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ @@ -24,20 +22,17 @@ libdjvudocument_la_SOURCES = \ libdjvudocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libdjvudocument_la_LIBADD = \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libevdocument3.la \ $(BACKEND_LIBS) \ $(DJVU_LIBS) backend_in_files = djvudocument.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@ - - +-include $(top_srcdir)/git.mk