X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=b4ef6f051575362f9899c293b6dd1f1b46a0435e;hb=ddd3af422a32a56bdf0ae88c3f704b40776e9ede;hp=5f9b65d1fcbc7953709910ccff081a2629bfefe8;hpb=848665b157185945d190a7a746d054d7f5d5e6e0;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index 5f9b65d1..b4ef6f05 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -27,7 +27,21 @@ libevince_properties_page_la_SOURCES = \ ev-properties-main.c libevince_properties_page_la_LIBADD = \ - $(FRONTEND_LIBS) \ - $(NAUTILUS_LIBS) \ $(top_builddir)/lib/libev.la \ - libevproperties.la + libevproperties.la \ + $(FRONTEND_LIBS) \ + $(NAUTILUS_LIBS) + +if ENABLE_DJVU +libevince_properties_page_la_LIBADD += $(DJVU_LIBS) +endif + +if ENABLE_DVI +libevince_properties_page_la_LIBADD += -lkpathsea +endif + +if WITH_TYPE1_FONTS +libevince_properties_page_la_LIBADD += -lt1 +endif + +libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined