diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
commit | 826a6f029faeabaa783a93dfdccca846f9326b58 (patch) | |
tree | c5169841e864ee7059997d9d6735f0d72b19b1d4 /hw/xfree86/vgahw | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'hw/xfree86/vgahw')
-rw-r--r-- | hw/xfree86/vgahw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/vgahw/Makefile.am b/hw/xfree86/vgahw/Makefile.am index cffcea32f..5e8c41f49 100644 --- a/hw/xfree86/vgahw/Makefile.am +++ b/hw/xfree86/vgahw/Makefile.am @@ -1,5 +1,6 @@ module_LTLIBRARIES = libvgahw.la libvgahw_la_SOURCES = vgaHW.c vgaHWmodule.c INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c +AM_CFLAGS = $(XORG_CFLAGS) sdk_HEADERS = vgaHW.h |