Include -lts if appropriate. Patch from pattieja@bentham.ispvip.biz.
This commit is contained in:
parent
0c32a94623
commit
448e0754e3
|
@ -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>
|
2004-06-07 Franco Catrin L. <fcatrin@tuxpan.com>
|
||||||
* Small fix for depth calculation
|
* Small fix for depth calculation
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,10 @@ INCLUDES = \
|
||||||
|
|
||||||
bin_PROGRAMS = Xneomagic
|
bin_PROGRAMS = Xneomagic
|
||||||
|
|
||||||
|
if TSLIB
|
||||||
|
TSLIB_FLAG = -lts
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LIBRARIES = libneomagic.a
|
noinst_LIBRARIES = libneomagic.a
|
||||||
|
|
||||||
libneomagic_a_SOURCES = \
|
libneomagic_a_SOURCES = \
|
||||||
|
@ -37,6 +41,7 @@ NEOMAGIC_LIBS = \
|
||||||
Xneomagic_LDADD = \
|
Xneomagic_LDADD = \
|
||||||
$(NEOMAGIC_LIBS) \
|
$(NEOMAGIC_LIBS) \
|
||||||
@KDRIVE_LIBS@ \
|
@KDRIVE_LIBS@ \
|
||||||
@XSERVER_LIBS@
|
@XSERVER_LIBS@ \
|
||||||
|
$(TSLIB_FLAG)
|
||||||
|
|
||||||
Xneomagic_DEPENDENCIES = $(NEOMAGIC_LIBS) @KDRIVE_LIBS@
|
Xneomagic_DEPENDENCIES = $(NEOMAGIC_LIBS) @KDRIVE_LIBS@
|
||||||
|
|
Loading…
Reference in New Issue