Attached is a patch to fix a build error whe ncompiling with tslib support,
a variable wasnt set, i just changed it to be like the other MAkefile.ams :) -- Glenn McGrath <glennm@hydrix.com>
This commit is contained in:
parent
5ca651e66f
commit
b5f200ce9d
|
@ -6,6 +6,10 @@ noinst_LIBRARIES = libfake.a
|
||||||
|
|
||||||
bin_PROGRAMS = Xfake
|
bin_PROGRAMS = Xfake
|
||||||
|
|
||||||
|
if TSLIB
|
||||||
|
TSLIB_FLAG = -lts
|
||||||
|
endif
|
||||||
|
|
||||||
libfake_a_SOURCES = \
|
libfake_a_SOURCES = \
|
||||||
fake.c \
|
fake.c \
|
||||||
kbd.c \
|
kbd.c \
|
||||||
|
|
Loading…
Reference in New Issue