diff options
author | Dave Airlie <airlied@linux.ie> | 2006-01-18 06:56:52 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-01-18 06:56:52 +0000 |
commit | 506eca5f57b960a6650c3387047a6ae8a22181e9 (patch) | |
tree | e2dcc044e444c18cee7c94cec003876b39571e42 /fb/Makefile.am | |
parent | 8ccf4f2b8fdb5e57d2ec5f2d54731fbf83fb9d8c (diff) |
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
breaks.
Diffstat (limited to 'fb/Makefile.am')
-rw-r--r-- | fb/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 9d95e7144..bf5902492 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -6,7 +6,9 @@ INCLUDES = \ -I$(top_srcdir)/hw/xfree86/common AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ -sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h +if XORG +sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.hS +endif if MMX_CAPABLE AM_CFLAGS += -DUSE_MMX |