diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-27 20:45:21 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-27 20:45:21 +0000 |
commit | bd0ce3e3c5dfaad8adcb5034d9637267ed6bc857 (patch) | |
tree | b41dc479f93e0cd66ec5f1dad2614510e811b2ac /src/hyper | |
parent | 26b4a8d31ab5bd6af772a5c3fa781de945aa4e47 (diff) | |
download | open-axiom-bd0ce3e3c5dfaad8adcb5034d9637267ed6bc857.tar.gz |
Fix DLL build on cygwin.
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/Makefile.in | 2 |
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 |