X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=dvi%2Fmdvi-lib%2FMakefile.am;h=66614963d9a465c8011d88ce341f88fe6d32cdc6;hb=2fcdb759f53fee8ccca7eaa3d67743cc8d42b0fc;hp=fd88f7fcbd952c9e117f231c9d607a3a03f0e5eb;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/dvi/mdvi-lib/Makefile.am b/dvi/mdvi-lib/Makefile.am index fd88f7fc..66614963 100644 --- a/dvi/mdvi-lib/Makefile.am +++ b/dvi/mdvi-lib/Makefile.am @@ -3,14 +3,13 @@ noinst_LTLIBRARIES = libmdvi.la libmdvi_la_SOURCES = \ afmparse.c \ afmparse.h \ - assoc.c \ - assoc.h \ bitmap.c \ bitmap.h \ + color.c \ + color.h \ common.c \ common.h \ defaults.h \ - dvimisc.c \ dviopcodes.h \ dviread.c \ files.c \ @@ -38,3 +37,10 @@ libmdvi_la_SOURCES = \ tt.c \ util.c \ vf.c + +libmdvi_la_LIBADD = \ + -lkpathsea + +if WITH_TYPE1_FONTS +libmdvi_la_LIBADD += -lt1 +endif