diff options
author | Adam Jackson <ajax@redhat.com> | 2011-03-03 10:42:41 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-03-28 12:46:38 -0400 |
commit | 0cb44cec7b9fbd75285f7380f162cf6140a5bf3f (patch) | |
tree | 688303a3b4c58d9e6d42b6cb7a07a5d43a976cd8 /glx/Makefile.am | |
parent | ed6c13c01e017f9f40c89247ab6652895fb1ea14 (diff) |
glx: Flatten -DXFree86Server
Always defined by the makefile, so, just get rid of it.
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx/Makefile.am')
-rw-r--r-- | glx/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am index 8c7f7a544..72531f248 100644 --- a/glx/Makefile.am +++ b/glx/Makefile.am @@ -11,7 +11,6 @@ AM_CFLAGS = \ @XLIB_CFLAGS@ \ @LIBDRM_CFLAGS@ \ @DRIPROTO_CFLAGS@ \ - -DXFree86Server \ @GLX_DEFINES@ \ @GLX_ARCH_DEFINES@ |