aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/GL/Makefile.am
blob: 736c94b4a75f0ffd31195b034e9e854af9416fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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