diff options
author | marha <marha@users.sourceforge.net> | 2009-12-17 14:31:58 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-17 14:31:58 +0000 |
commit | d34fc70fab4607f70184206a592397c97c3e478e (patch) | |
tree | 1830b57f249cb145896f7986ac9114d5b98d83ad /xorg-server/hw/xfree86/int10/Makefile.am | |
parent | 9b17452909d3140fa33a753cadfaa6e9006b9685 (diff) | |
download | vcxsrv-d34fc70fab4607f70184206a592397c97c3e478e.tar.gz vcxsrv-d34fc70fab4607f70184206a592397c97c3e478e.tar.bz2 vcxsrv-d34fc70fab4607f70184206a592397c97c3e478e.zip |
Git update 17/12/2009
Diffstat (limited to 'xorg-server/hw/xfree86/int10/Makefile.am')
-rw-r--r-- | xorg-server/hw/xfree86/int10/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/int10/Makefile.am b/xorg-server/hw/xfree86/int10/Makefile.am index 78bef2515..36d2ad0bb 100644 --- a/xorg-server/hw/xfree86/int10/Makefile.am +++ b/xorg-server/hw/xfree86/int10/Makefile.am @@ -38,6 +38,7 @@ endif if INT10_STUB AM_CFLAGS = $(I386_VIDEO_CFLAGS) -D_VM86_LINUX $(DIX_CFLAGS) $(XORG_CFLAGS) $(EXTRA_CFLAGS) +INCLUDES = $(XORG_INCS) libint10_la_SOURCES = stub.c xf86int10module.c endif |