Include -lts if appropriate. Patch from pattieja@bentham.ispvip.biz.

This commit is contained in:
Phil Blundell 2004-07-21 20:33:35 +00:00
parent 0c32a94623
commit 448e0754e3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-21 Phil Blundell <pb@nexus.co.uk>
* Makefile.am (Xneomagic_LDADD): Include -lts if appropriate.
Patch from pattieja@bentham.ispvip.biz.
2004-06-07 Franco Catrin L. <fcatrin@tuxpan.com>
* Small fix for depth calculation

View File

@ -16,6 +16,10 @@ INCLUDES = \
bin_PROGRAMS = Xneomagic
if TSLIB
TSLIB_FLAG = -lts
endif
noinst_LIBRARIES = libneomagic.a
libneomagic_a_SOURCES = \
@ -37,6 +41,7 @@ NEOMAGIC_LIBS = \
Xneomagic_LDADD = \
$(NEOMAGIC_LIBS) \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
Xneomagic_DEPENDENCIES = $(NEOMAGIC_LIBS) @KDRIVE_LIBS@