summaryrefslogtreecommitdiff
path: root/hw/xfree86/vgahw
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2006-09-18 12:11:18 -0700
committerKeith Packard <keithp@guitar.keithp.com>2006-09-18 12:11:18 -0700
commit2be1ac15aee592782d7693b8de2c3815478a094e (patch)
tree97520839ef054c6a4a0618ce46ee01b1a0b456e1 /hw/xfree86/vgahw
parentbf07893947cfca945598e194ed416fda6162b11c (diff)
Remove smashing of CFLAGS from server build.
CFLAGS is a user variable, extracted from the environment at configure time and settable by the user at build time. We must not override this variable.
Diffstat (limited to 'hw/xfree86/vgahw')
-rw-r--r--hw/xfree86/vgahw/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/vgahw/Makefile.am b/hw/xfree86/vgahw/Makefile.am
index 2aa27fa41..f48e46a11 100644
--- a/hw/xfree86/vgahw/Makefile.am
+++ b/hw/xfree86/vgahw/Makefile.am
@@ -2,7 +2,7 @@ module_LTLIBRARIES = libvgahw.la
libvgahw_la_LDFLAGS = -avoid-version
libvgahw_la_SOURCES = vgaHW.c vgaHWmodule.c
INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c
-AM_CFLAGS = $(XORG_CFLAGS)
+AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
sdk_HEADERS = vgaHW.h