X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=0d2bf0e229873fef3a87b4b941a854fb07e4c164;hb=3d3c4a5a08f1b8b536542735110c1376fb3e30bf;hp=33d831efa9388ebd3a8d839a36a91afb137e4fe2;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index 33d831ef..0d2bf0e2 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