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:
Keith Packard 2004-05-04 03:28:06 +00:00
parent 5ca651e66f
commit b5f200ce9d

View File

@ -6,6 +6,10 @@ noinst_LIBRARIES = libfake.a
bin_PROGRAMS = Xfake
if TSLIB
TSLIB_FLAG = -lts
endif
libfake_a_SOURCES = \
fake.c \
kbd.c \