diff options
author | alfredoport <doyenatccny@gmail.com> | 2010-04-19 00:45:52 +0000 |
---|---|---|
committer | alfredoport <doyenatccny@gmail.com> | 2010-04-19 00:45:52 +0000 |
commit | 6d9ec581fcfbc307730e3da774ad2c63c5dfe9b7 (patch) | |
tree | c803715742bfcd539c3c6c874c86625188a6b74b /src/hyper | |
parent | dcb9693504ebe5e74a34d44f5e75b6caaf5ad34c (diff) | |
download | open-axiom-6d9ec581fcfbc307730e3da774ad2c63c5dfe9b7.tar.gz |
Remove linking to X11 library for htadd
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 e9eac45c..8b8dafa5 100644 --- a/src/hyper/Makefile.in +++ b/src/hyper/Makefile.in @@ -83,7 +83,7 @@ hypertex_DEPENDENCIES = htadd_SOURCES = addfile.c htadd.c lex.c htadd_objects = $(htadd_SOURCES:.c=.$(OBJEXT)) htadd_LDADD = $(libspad_la) -L$(build_libdir) $(oa_c_libs) \ - $(AXIOM_X11_LDFLAGS) -lm + -lm htadd_DEPENDENCIES = spadbuf_SOURCES = spadbuf.c |