aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-27 20:45:21 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-27 20:45:21 +0000
commitbd0ce3e3c5dfaad8adcb5034d9637267ed6bc857 (patch)
treeb41dc479f93e0cd66ec5f1dad2614510e811b2ac /src/hyper/Makefile.in
parent26b4a8d31ab5bd6af772a5c3fa781de945aa4e47 (diff)
downloadopen-axiom-bd0ce3e3c5dfaad8adcb5034d9637267ed6bc857.tar.gz
Fix DLL build on cygwin.
Diffstat (limited to 'src/hyper/Makefile.in')
-rw-r--r--src/hyper/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in
index e1847c03..078d5bfe 100644
--- a/src/hyper/Makefile.in
+++ b/src/hyper/Makefile.in
@@ -68,7 +68,7 @@ hypertex_SOURCES = addfile.c cond.c dialog.c display.c event.c extent1.c \
parse-paste.c parse-types.c ReadBitmap.c scrollbar.c \
show-types.c spadint.c titlebar.c
-libspad_la = $(build_libdir)/libspad.la
+libspad_la = -L$(build_libdir) -lspad
hypertex_objects = $(hypertex_SOURCES:.c=.lo)
hypertex_LDADD = $(libspad_la) -L$(build_libdir) -lopen-axiom-core