summaryrefslogtreecommitdiff
path: root/GL/mesa/swrast_setup/Makefile.am
blob: 8d70408809c43a9aeb6d45ece2e0ca9a484ec8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_LTLIBRARIES = libss.la

AM_CFLAGS = \
	$(DIX_CFLAGS) \
	-DXFree86Server \
	@GLX_DEFINES@

INCLUDES = -I@MESA_SOURCE@/include \
           -I../X \
           -I../array_cache \
           -I../glapi \
           -I../main \
           -I../math \
           -I../shader \
           -I../swrast \
           -I../swrast_setup \
           -I../tnl \
           -I.. \
           -I$(top_srcdir)/hw/xfree86/os-support

nodist_libss_la_SOURCES = ss_context.c ss_triangle.c