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=b3c8560c6fa5a394025ec9ed6ccabf2c205edb9e;hpb=e92df77b024c5a757d223ea2ca79583c338036b9;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index b3c8560c..b4ef6f05 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -32,4 +32,16 @@ libevince_properties_page_la_LIBADD = \ $(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