xserver/hw/kdrive/fake Makefile.am,1.1,1.2
Keith Packard
xserver-commit at pdx.freedesktop.org
Tue May 4 13:28:09 EST 2004
- Previous message: xserver/hw/xorg/input/mouse Imakefile, NONE, 1.1 Makefile.am, NONE,
1.1 mouse.c, NONE, 1.1 mouse.h, NONE, 1.1 mouse.man, NONE,
1.1 mousePriv.h, NONE, 1.1 pnp.c, NONE, 1.1
- Next message: xserver ChangeLog,3.164,3.165
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xserver/hw/kdrive/fake
In directory pdx:/tmp/cvs-serv17846
Modified Files:
Makefile.am
Log Message:
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 at hydrix.com>
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/fake/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/Makefile.am 28 Apr 2004 07:26:46 -0000 1.1
+++ b/Makefile.am 4 May 2004 03:28:06 -0000 1.2
@@ -6,6 +6,10 @@
bin_PROGRAMS = Xfake
+if TSLIB
+TSLIB_FLAG = -lts
+endif
+
libfake_a_SOURCES = \
fake.c \
kbd.c \
- Previous message: xserver/hw/xorg/input/mouse Imakefile, NONE, 1.1 Makefile.am, NONE,
1.1 mouse.c, NONE, 1.1 mouse.h, NONE, 1.1 mouse.man, NONE,
1.1 mousePriv.h, NONE, 1.1 pnp.c, NONE, 1.1
- Next message: xserver ChangeLog,3.164,3.165
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list