diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-27 15:43:15 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-27 15:43:15 -0800 |
commit | b4b0d901d98371a8aa7b17d195e18e83e2a6a618 (patch) | |
tree | ee12953f0708194e3d77c0831fd0fe0e336bceb0 /hw/xgl/glxext/Makefile.am | |
parent | 64de3baf85f6df274f71f736016f0848567cd9f6 (diff) | |
parent | d6cd0313c7f23f32c9c7dda00ff739e772bf7db3 (diff) |
Merge branch 'randr-1.2'
Conflicts:
dix/events.c
dix/getevents.c
hw/xfree86/common/xf86Mode.c
hw/xfree86/dri/Makefile.am
hw/xfree86/os-support/drm/xf86drm.c
hw/xfree86/os-support/xf86drm.h
Diffstat (limited to 'hw/xgl/glxext/Makefile.am')
-rw-r--r-- | hw/xgl/glxext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xgl/glxext/Makefile.am b/hw/xgl/glxext/Makefile.am index c400f364a..98a9b13c4 100644 --- a/hw/xgl/glxext/Makefile.am +++ b/hw/xgl/glxext/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = module AM_CFLAGS = \ - \ + $(DIX_CFLAGS) \ -DHAVE_XGL_CONFIG_H \ -DHAVE_DIX_CONFIG_H \ $(XGLMODULES_CFLAGS) \ |