X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=33d831efa9388ebd3a8d839a36a91afb137e4fe2;hb=e2796d0d1a833e63c9495193c9241bd718f68082;hp=b3c8560c6fa5a394025ec9ed6ccabf2c205edb9e;hpb=e92df77b024c5a757d223ea2ca79583c338036b9;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index b3c8560c..33d831ef 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,7 +1,8 @@ INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - -I$(top_srcdir)/backend \ + -I$(top_srcdir) \ + -I$(top_builddir) \ $(FRONTEND_CFLAGS) \ $(NAUTILUS_CFLAGS) \ $(DISABLE_DEPRECATED) \ @@ -21,14 +22,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/libevdocument.la \ $(FRONTEND_LIBS) \ $(NAUTILUS_LIBS)