From bdca80a8cd31e0b00d8942ca0000f1fa46311a28 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 04 Jun 2009 18:03:54 +0000 Subject: Don't use automagic dependencies Default to enable, and require explicit disabling. Default to disabled on hildon for the nautilus extension, the thumbnailer and the previewer. --- (limited to 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index 33d831e..0d2bf0e 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -14,15 +14,10 @@ libevproperties_la_SOURCES= \ ev-properties-view.c \ ev-properties-view.h -if HAVE_NAUTILUS -EVINCE_PROPERTIES_PAGE = libevince-properties-page.la -else -EVINCE_PROPERTIES_PAGE = -endif +if ENABLE_NAUTILUS -nautilus_LTLIBRARIES = $(EVINCE_PROPERTIES_PAGE) +nautilusextension_LTLIBRARIES = libevince-properties-page.la -nautilusdir=$(NAUTILUS_EXTENSION_DIR) libevince_properties_page_la_CFLAGS = -I$(top_srcdir) libevince_properties_page_la_SOURCES = \ ev-properties-main.c @@ -34,3 +29,5 @@ libevince_properties_page_la_LIBADD = \ $(NAUTILUS_LIBS) libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined + +endif # ENABLE_NAUTILUS -- cgit v0.9.1