Added --enable-tslib configure option

This commit is contained in:
Matthew Allum 2003-09-30 20:15:14 +00:00
parent a42384e935
commit e8c0229647
2 changed files with 8 additions and 0 deletions

View File

@ -38,3 +38,7 @@ Xfbdev_LDADD = \
$(XSERVER_LIBS) \
-lm -lz
if TSLIB
Xfbdev_LDADD += -lts
endif

View File

@ -20,3 +20,7 @@ liblinux_a_SOURCES = \
mouse.c \
ms.c \
ps2.c
if TSLIB
liblinux_a_SOURCES += tslib.c
endif