X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=properties%2FMakefile.am;h=f25ef6f690ce2ead6fd810358312f1eb69f87c98;hb=6eaf8603882efae4ffd9dfc3f4ce84a380d52f39;hp=b4ef6f051575362f9899c293b6dd1f1b46a0435e;hpb=29efb6155a64a2ada423861ace5637a49a2732b0;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index b4ef6f05..f25ef6f6 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,7 +1,7 @@ INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - -I$(top_srcdir)/backend \ + -I$(top_srcdir)/libdocument \ $(FRONTEND_CFLAGS) \ $(NAUTILUS_CFLAGS) \ $(DISABLE_DEPRECATED) \ @@ -27,8 +27,8 @@ libevince_properties_page_la_SOURCES = \ ev-properties-main.c libevince_properties_page_la_LIBADD = \ - $(top_builddir)/lib/libev.la \ libevproperties.la \ + $(top_builddir)/libdocument/libevbackend.la \ $(FRONTEND_LIBS) \ $(NAUTILUS_LIBS)