X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=ecbb5d9473be1d0484a820a3b4d11ea18405a715;hb=8c059088d4be57cc02791bbcc251ee080fe69e5f;hp=67b7e7b519d86ce39ca0f863204f21193b35f6db;hpb=f8a0165d07b14ac0c877e638c86e0dc0a8905d8f;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index 67b7e7b5..ecbb5d94 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,5 +1,5 @@ INCLUDES= \ - -DDATADIR=\"$(pkgdatadir)\" \ + -DEVINCEDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir) \ -I$(top_builddir) \ @@ -24,7 +24,7 @@ libevince_properties_page_la_SOURCES = \ libevince_properties_page_la_LIBADD = \ libevproperties.la \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libevdocument3.la \ $(FRONTEND_LIBS) \ $(NAUTILUS_LIBS)