X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdvi%2FMakefile.am;h=37665bce815c414e18eb1e0a309b9ab26558a760;hb=e5ff2614f59b0076f8a379e490d387efbf0a1cbc;hp=0e27e115eb6bfa279f82079dc4e5832dfe695c89;hpb=6928d325b767871772a9abd86e91456bcceb405a;p=evince.git diff --git a/backend/dvi/Makefile.am b/backend/dvi/Makefile.am index 0e27e115..37665bce 100644 --- a/backend/dvi/Makefile.am +++ b/backend/dvi/Makefile.am @@ -18,6 +18,8 @@ libdvidocument_la_SOURCES = \ dvi-document.h \ cairo-device.c \ cairo-device.h \ + texmfcnf.c \ + texmfcnf.h \ fonts.c \ fonts.h @@ -25,7 +27,7 @@ libdvidocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libdvidocument_la_LIBADD = \ mdvi-lib/libmdvi.la \ -lkpathsea \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libevdocument3.la \ $(BACKEND_LIBS) \ $(SPECTRE_LIBS) @@ -41,3 +43,5 @@ EXTRA_DIST = $(backend_in_files) CLEANFILES = $(backend_DATA) @EV_INTLTOOL_EVINCE_BACKEND_RULE@ + +-include $(top_srcdir)/git.mk