mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 19:40:08 +01:00
This fixes a build failure I found on tinderbox. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
17 lines
353 B
Makefile
17 lines
353 B
Makefile
noinst_LTLIBRARIES = libCGLCore.la
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/glx \
|
|
-I$(top_srcdir)/hw/xquartz \
|
|
-I$(top_srcdir)/hw/xquartz/xpr \
|
|
-I$(top_srcdir)/miext/damage
|
|
|
|
libCGLCore_la_SOURCES = \
|
|
indirect.c \
|
|
capabilities.c \
|
|
visualConfigs.c
|
|
|
|
EXTRA_DIST = \
|
|
capabilities.h \
|
|
visualConfigs.h
|