From 68525a359fcf1c2f857337aaac6508861d305cae Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Fri, 05 May 2006 15:29:03 +0000 Subject: Due to broken libtool that is unable to track dependencies of noinst libraries we are forced to explicitely point libraries for binary. Fix for the bug #333334. --- (limited to 'dvi') diff --git a/dvi/Makefile.am b/dvi/Makefile.am index e7d6248..169ef13 100644 --- a/dvi/Makefile.am +++ b/dvi/Makefile.am @@ -22,5 +22,3 @@ libgtkdvi_la_LIBADD = mdvi-lib/libmdvi.la - - diff --git a/dvi/mdvi-lib/Makefile.am b/dvi/mdvi-lib/Makefile.am index 6661496..73417e1 100644 --- a/dvi/mdvi-lib/Makefile.am +++ b/dvi/mdvi-lib/Makefile.am @@ -38,9 +38,3 @@ libmdvi_la_SOURCES = \ util.c \ vf.c -libmdvi_la_LIBADD = \ - -lkpathsea - -if WITH_TYPE1_FONTS -libmdvi_la_LIBADD += -lt1 -endif -- cgit v0.9.1