diff options
author | pingc <pingc> | 2007-11-12 19:31:30 +0000 |
---|---|---|
committer | pingc <pingc> | 2007-11-12 19:31:30 +0000 |
commit | 16dc273e8b4317d5e40f8dcdcde57f3551284122 (patch) | |
tree | 8cd22d16110f6b3d1773cf229f9dc34ead933a06 /src/xdrv | |
parent | 759461199fc27e18a1a5e28ab99471a2fb6ea41d (diff) | |
download | xf86-input-wacom-16dc273e8b4317d5e40f8dcdcde57f3551284122.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/xdrv')
-rwxr-xr-x | src/xdrv/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdrv/Makefile.am b/src/xdrv/Makefile.am index 8c66e83..14f4047 100755 --- a/src/xdrv/Makefile.am +++ b/src/xdrv/Makefile.am @@ -79,7 +79,9 @@ $(XF86OBJS): xf86Wacom.h ../include/Xwacom.h Makefile -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \ -DX_BYTE_ORDER=X_LITTLE_ENDIAN $(XSERVER64) \ -DNDEBUG -DFUNCPROTO=15 \ +if WCM_DLLOADER $(XSERVER_CFLAGS) \ +endif -DNARROWPROTO -DIN_MODULE -DXFree86Module $(LINUX_INPUT) \ -o $@ -c $(srcdir)/$(subst .o,.c,$@) |