From 8f535d303b8985db357abc54cb4d3fe1ff7e84bd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 04 Jul 2005 22:49:27 +0000 Subject: Implement nautilus plugin for properties. Works only for pdf atm, I need 2005-07-05 Marco Pesenti Gritti * configure.ac: * properties/Makefile.am: * properties/ev-properties-view.c: (ev_properties_view_register_type): * properties/ev-properties-view.h: * properties/ev-properties-main.h: Implement nautilus plugin for properties. Works only for pdf atm, I need to rework the document types stuff to get this to work for all backends... --- (limited to 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index bac8f35..597fb5a 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -2,8 +2,11 @@ NULL= INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ + -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir)/backend \ - $(SHELL_CFLAGS) \ + -I$(top_srcdir)/pdf \ + $(PROPERTIES_CFLAGS) \ + $(NAUTILUS_CFLAGS) \ $(EVINCE_DISABLE_DEPRECATED) \ $(NULL) @@ -13,3 +16,23 @@ libevproperties_la_SOURCES= \ ev-properties-view.c \ ev-properties-view.h \ $(NULL) + +if HAVE_NAUTILUS +EVINCE_PROPERTIES_PAGE = libevince-properties-page.la +else +EVINCE_PROPERTIES_PAGE = +endif + +nautilus_LTLIBRARIES = $(EVINCE_PROPERTIES_PAGE) + +nautilusdir = $(libdir)/nautilus/extensions-1.0/ +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)/pdf/libpdfdocument.la \ + $(top_builddir)/backend/libevbackend.la \ + $(top_builddir)/lib/libev.la -- cgit v0.9.1