diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-02 06:02:45 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-02 06:02:45 +0000 |
commit | 7c00afd0ec94e491f1a9ef32d6543ed51ea3319d (patch) | |
tree | ec85c667f59b7afcc9e263273552d4eba3e05632 /fb/Makefile.am | |
parent | 924518605b613eb66aa569877fa9f131e6f2a2fd (diff) |
Define XFree86Server only where it is required.
Diffstat (limited to 'fb/Makefile.am')
-rw-r--r-- | fb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index e19a8d10c..9d95e7144 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ -I$(top_srcdir)/hw/xfree86/os-support \ -I$(top_srcdir)/hw/xfree86/os-support/bus \ -I$(top_srcdir)/hw/xfree86/common -AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ +AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h |