summaryrefslogtreecommitdiff
path: root/hw/xwin/glx/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/glx/Makefile.am')
-rw-r--r--hw/xwin/glx/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xwin/glx/Makefile.am b/hw/xwin/glx/Makefile.am
index 1fc57f239..160bef5b0 100644
--- a/hw/xwin/glx/Makefile.am
+++ b/hw/xwin/glx/Makefile.am
@@ -20,20 +20,13 @@ endif
libnativeGLthunk_la_SOURCES = \
glthunk.c
-if XWIN_MULTIWINDOWEXTWM
-DEFS_MULTIWINDOWEXTWM = -DXWIN_MULTIWINDOWEXTWM
-endif
-
if XWIN_GLX_WINDOWS
DEFS_GLX_WINDOWS = -DXWIN_GLX_WINDOWS
endif
DEFS = \
- $(DEFS_MULTIWINDOWEXTWM) \
$(DEFS_GLX_WINDOWS)
-AM_CPPFLAGS = -I$(top_srcdir)/miext/rootless
-
AM_CFLAGS = -DHAVE_XWIN_CONFIG_H $(DIX_CFLAGS) \
$(XWINMODULES_CFLAGS) \
-I$(top_srcdir) \