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.am22
1 files changed, 8 insertions, 14 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 5f824aa..5f9b65d 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -1,23 +1,17 @@
-NULL=
-
INCLUDES= \
-DDATADIR=\"$(pkgdatadir)\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-I$(top_srcdir)/backend \
- $(PROPERTIES_CFLAGS) \
+ $(FRONTEND_CFLAGS) \
$(NAUTILUS_CFLAGS) \
$(DISABLE_DEPRECATED) \
- $(WARN_CFLAGS) \
- $(NULL)
+ $(WARN_CFLAGS)
noinst_LTLIBRARIES = libevproperties.la
libevproperties_la_SOURCES= \
ev-properties-view.c \
- ev-properties-view.h \
- $(NULL)
-
-libevproperties_la_LIBADD = $(PROPERTIES_LIBS)
+ ev-properties-view.h
if HAVE_NAUTILUS
EVINCE_PROPERTIES_PAGE = libevince-properties-page.la
@@ -32,8 +26,8 @@ libevince_properties_page_la_CFLAGS = -I$(top_srcdir)
libevince_properties_page_la_SOURCES = \
ev-properties-main.c
-libevince_properties_page_la_LIBADD = \
- $(PROPERTIES_LIBS) \
- libevproperties.la \
- $(top_builddir)/backend/libevbackend.la \
- $(top_builddir)/lib/libev.la
+libevince_properties_page_la_LIBADD = \
+ $(FRONTEND_LIBS) \
+ $(NAUTILUS_LIBS) \
+ $(top_builddir)/lib/libev.la \
+ libevproperties.la