diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:29:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:29:50 +0000 |
commit | 7fd73d2953cf9449c15462cf4bf67639db64f997 (patch) | |
tree | 51ef8c81f7e98bbb8ab7b8b9a4912ec6db0d62d6 /hw/kdrive/ati | |
parent | 2f3ac6e5fcbd0e954a094fb6b975d7c8816c44b7 (diff) |
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
Diffstat (limited to 'hw/kdrive/ati')
-rw-r--r-- | hw/kdrive/ati/Makefile.am | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati.h | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_cursor.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_draw.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_dri.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_stub.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_video.c | 2 | ||||
-rw-r--r-- | hw/kdrive/ati/radeon_composite.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/hw/kdrive/ati/Makefile.am b/hw/kdrive/ati/Makefile.am index 2a268122c..6420d93b5 100644 --- a/hw/kdrive/ati/Makefile.am +++ b/hw/kdrive/ati/Makefile.am @@ -27,7 +27,7 @@ INCLUDES = \ $(DRI_INCLUDES) \ $(FBDEV_INCLUDES) \ $(VESA_INCLUDES) \ - @XSERVER_CFLAGS@ + @KDRIVE_CFLAGS@ bin_PROGRAMS = Xati diff --git a/hw/kdrive/ati/ati.c b/hw/kdrive/ati/ati.c index 54624e751..4db069a8b 100644 --- a/hw/kdrive/ati/ati.c +++ b/hw/kdrive/ati/ati.c @@ -24,7 +24,7 @@ /* $Header$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "ati_reg.h" diff --git a/hw/kdrive/ati/ati.h b/hw/kdrive/ati/ati.h index d5bedd9bb..3b5fee380 100644 --- a/hw/kdrive/ati/ati.h +++ b/hw/kdrive/ati/ati.h @@ -27,7 +27,7 @@ #define _ATI_H_ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #ifdef KDRIVEFBDEV diff --git a/hw/kdrive/ati/ati_cursor.c b/hw/kdrive/ati/ati_cursor.c index 9ea51c404..a14fc6c97 100644 --- a/hw/kdrive/ati/ati_cursor.c +++ b/hw/kdrive/ati/ati_cursor.c @@ -22,7 +22,7 @@ /* $RCSId$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "ati_reg.h" diff --git a/hw/kdrive/ati/ati_draw.c b/hw/kdrive/ati/ati_draw.c index 40f281a87..28cc7b047 100644 --- a/hw/kdrive/ati/ati_draw.c +++ b/hw/kdrive/ati/ati_draw.c @@ -24,7 +24,7 @@ /* $Header$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "ati_reg.h" diff --git a/hw/kdrive/ati/ati_dri.c b/hw/kdrive/ati/ati_dri.c index 4a6dcb4ab..f2830e13a 100644 --- a/hw/kdrive/ati/ati_dri.c +++ b/hw/kdrive/ati/ati_dri.c @@ -26,7 +26,7 @@ #include <sys/time.h> #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" diff --git a/hw/kdrive/ati/ati_stub.c b/hw/kdrive/ati/ati_stub.c index 0162362bf..01ebc3139 100644 --- a/hw/kdrive/ati/ati_stub.c +++ b/hw/kdrive/ati/ati_stub.c @@ -24,7 +24,7 @@ /* $Header$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "klinux.h" diff --git a/hw/kdrive/ati/ati_video.c b/hw/kdrive/ati/ati_video.c index 96c0b99d6..504bdfd4f 100644 --- a/hw/kdrive/ati/ati_video.c +++ b/hw/kdrive/ati/ati_video.c @@ -25,7 +25,7 @@ /* $RCSId$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "ati_dma.h" diff --git a/hw/kdrive/ati/radeon_composite.c b/hw/kdrive/ati/radeon_composite.c index d9c018143..18ada4f61 100644 --- a/hw/kdrive/ati/radeon_composite.c +++ b/hw/kdrive/ati/radeon_composite.c @@ -24,7 +24,7 @@ /* $Header$ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include <kdrive-config.h> #endif #include "ati.h" #include "ati_reg.h" |