Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:16:17 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:16:17 (GMT)
commitc6c3e49776af18ae7a8ce433ac31121a0cdfbc6d (patch)
treed475bc4ef73035e6e392ebc41363e54fb313f6a0 /properties
parent02383ed04e6a5c215d6d3d4b961bc73b58a23b37 (diff)
*** empty log message ***
Diffstat (limited to 'properties')
-rw-r--r--properties/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index b5864b1..b0f39e1 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -6,7 +6,8 @@ INCLUDES= \
-I$(top_srcdir)/backend \
$(PROPERTIES_CFLAGS) \
$(NAUTILUS_CFLAGS) \
- $(EVINCE_DISABLE_DEPRECATED) \
+ $(DISABLE_DEPRECATED) \
+ $(WARN_CFLAGS) \
$(NULL)
noinst_LTLIBRARIES = libevproperties.la
@@ -16,6 +17,8 @@ libevproperties_la_SOURCES= \
ev-properties-view.h \
$(NULL)
+libevproperties_la_LIBADD = $(PROPERTIES_LIBS)
+
if HAVE_NAUTILUS
EVINCE_PROPERTIES_PAGE = libevince-properties-page.la
else