diff options
Diffstat (limited to 'glx/Makefile.am')
-rw-r--r-- | glx/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am index 5f28e87da..44d3a7d2a 100644 --- a/glx/Makefile.am +++ b/glx/Makefile.am @@ -20,7 +20,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/hw/xfree86/os-support/bus \ -I$(top_srcdir)/hw/xfree86/common \ -I$(top_srcdir)/hw/xfree86/dri \ - -I$(top_srcdir)/mi + -I$(top_srcdir)/mi \ + -I$(top_srcdir)/present if DRI2_AIGLX AM_CPPFLAGS += -I$(top_srcdir)/hw/xfree86/dri2 |