summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2006-08-25 02:33:55 +0000
committerpfaedit <pfaedit>2006-08-25 02:33:55 +0000
commited708234d151d9ad11d83241227f5d7e159681ec (patch)
tree4f1b8dd4deb818f385afd711b04eb9d0d4d78637 /plugins
parent5bc0ae91f5471727bb8e1d9748871c53a2e77467 (diff)
Nifty. Libtool on the mac produces names that are completely unexpected for shared objects. Handle them. Also there is no need to link gb12345 against the X libraries (caused a user problems. I guess he built for scripts but still wanted the encodings).
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/Makefile.in b/plugins/Makefile.in
index 573ebb59..761408e9 100644
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -14,21 +14,13 @@ LIBTOOL = @LIBTOOL@
INSTALL = @INSTALL@
CC = @CC@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_11LIB = @X_11LIB@
-X_EXTRA_LIBS = @X_EXTRA_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-STATIC_LIBS = @STATIC_LIBS@
-
_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. -I$(top_srcdir)/fontforge \
@WFLAGS@ $(X_CFLAGS) \
@DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \
@CPPFLAGS@ '-DPREFIX="@prefix@"'
CFLAGS = @CFLAGS@ $(_CFLAGS)
-LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \
- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm
+LIBS = -rpath $(libdir) -L/usr/lib -lm
PLUGINS = gb12345.la