X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=67b7e7b519d86ce39ca0f863204f21193b35f6db;hb=df408ff0086984d7c067ea31f298c0aad002b2e6;hp=33d831efa9388ebd3a8d839a36a91afb137e4fe2;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index 33d831ef..67b7e7b5 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,7 @@ libevince_properties_page_la_LIBADD = \ $(NAUTILUS_LIBS) libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined + +endif # ENABLE_NAUTILUS + +-include $(top_srcdir)/git.mk