From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- properties/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index 3ef1b82c..364033fa 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,5 +1,5 @@ INCLUDES= \ - -DEVINCEDATADIR=\"$(pkgdatadir)\" \ + -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir) \ -I$(top_builddir) \ @@ -16,19 +16,19 @@ libevproperties_la_SOURCES= \ if ENABLE_CAJA -cajaextension_LTLIBRARIES = libevince-properties-page.la +cajaextension_LTLIBRARIES = libatril-properties-page.la -libevince_properties_page_la_CFLAGS = -I$(top_srcdir) -libevince_properties_page_la_SOURCES = \ +libatril_properties_page_la_CFLAGS = -I$(top_srcdir) +libatril_properties_page_la_SOURCES = \ ev-properties-main.c -libevince_properties_page_la_LIBADD = \ +libatril_properties_page_la_LIBADD = \ libevproperties.la \ $(top_builddir)/libdocument/libevdocument.la \ $(FRONTEND_LIBS) \ $(CAJA_LIBS) -libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined +libatril_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined endif # ENABLE_CAJA -- cgit v1.2.1