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=33d9b680db507280f1d8fbb31c01d31de6531046;hp=0d2bf0e229873fef3a87b4b941a854fb07e4c164;hpb=bdca80a8cd31e0b00d8942ca0000f1fa46311a28;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index 0d2bf0e2..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,10 +24,12 @@ 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) libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined endif # ENABLE_NAUTILUS + +-include $(top_srcdir)/git.mk