Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'properties/Makefile.am')
-rw-r--r--properties/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 960a0a1..33d831e 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -1,7 +1,8 @@
INCLUDES= \
-DDATADIR=\"$(pkgdatadir)\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
- -I$(top_srcdir)/libdocument \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
$(FRONTEND_CFLAGS) \
$(NAUTILUS_CFLAGS) \
$(DISABLE_DEPRECATED) \
@@ -28,7 +29,7 @@ libevince_properties_page_la_SOURCES = \
libevince_properties_page_la_LIBADD = \
libevproperties.la \
- $(top_builddir)/libdocument/libevbackend.la \
+ $(top_builddir)/libdocument/libevdocument.la \
$(FRONTEND_LIBS) \
$(NAUTILUS_LIBS)