X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=960a0a1a51b306f168944fae73c464426b631a65;hb=f675370b1c2f1e29dfb3a3b97eda5d46f6a4a4ae;hp=b3c8560c6fa5a394025ec9ed6ccabf2c205edb9e;hpb=e92df77b024c5a757d223ea2ca79583c338036b9;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index b3c8560c..960a0a1a 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) \ @@ -21,14 +21,14 @@ endif nautilus_LTLIBRARIES = $(EVINCE_PROPERTIES_PAGE) -nautilusdir = $(libdir)/nautilus/extensions-1.0/ +nautilusdir=$(NAUTILUS_EXTENSION_DIR) libevince_properties_page_la_CFLAGS = -I$(top_srcdir) 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)