From c6c3e49776af18ae7a8ce433ac31121a0cdfbc6d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 07 Jul 2005 00:16:17 +0000 Subject: *** empty log message *** --- (limited to 'properties') 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 -- cgit v0.9.1