Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties
diff options
context:
space:
mode:
Diffstat (limited to 'properties')
-rw-r--r--properties/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index b4ef6f0..f25ef6f 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)