diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 16:29:26 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 16:29:26 +0100 |
commit | 4334860e69e7d5b156082bd05c7a86708e5bad4c (patch) | |
tree | 380e4abcbfc8950b000ff72b0347e78fee3bc74a /hw/xfree86/shadowfb/Makefile.am | |
parent | 7e4717683d6c08d1e490a60b7493a94bbc57bf8d (diff) | |
parent | fdcc22ca1704d3519156c66804528c21b04fea65 (diff) |
Merge branch 'master' into exa-damagetrack
Conflicts:
exa/exa_accel.c
exa/exa_migration.c
Diffstat (limited to 'hw/xfree86/shadowfb/Makefile.am')
-rw-r--r-- | hw/xfree86/shadowfb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/shadowfb/Makefile.am b/hw/xfree86/shadowfb/Makefile.am index c373e8178..02d2dd4ea 100644 --- a/hw/xfree86/shadowfb/Makefile.am +++ b/hw/xfree86/shadowfb/Makefile.am @@ -6,4 +6,4 @@ sdk_HEADERS = shadowfb.h INCLUDES = $(XORG_INCS) -AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) |