blob: bbb9cc5e71ca1692b42891d61b76e1cbf1306762 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/zinf/tools/Makefile.in.orig Mon Aug 4 03:57:33 2003
+++ ui/zinf/tools/Makefile.in Mon Aug 18 19:02:48 2003
@@ -213,7 +213,7 @@
maketheme_SOURCES = MakeTheme.cpp $(top_srcdir)/ui/zinf/src/ThemeZip.cpp
maketheme_LDADD = $(top_builddir)/lib/unzip/libunzip.la \
- $(top_builddir)/base/unix/libunix.la $(ZLIB_LIBS) -ldl
+ $(top_builddir)/base/unix/libunix.la $(ZLIB_LIBS)
AM_CPPFLAGS = $(THREAD_CFLAGS) $(base_includes) \
|