xserver/GL/mesa/Makefile.am
Matthias Hopf ba679a269e Needed for 'make distcheck':
Add glapi to DIST_SUBDIRS.
Sync to trunk branch.
2006-03-13 14:28:36 +00:00

16 lines
567 B
Makefile

SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
DIST_SUBDIRS = $(SUBDIRS) glapi
noinst_LTLIBRARIES = libGLcore.la
libGLcore_la_SOURCES = dummy.c
libGLcore_la_LIBADD = main/libmain.la \
math/libmath.la \
array_cache/libac.la \
swrast/libswrast.la \
swrast_setup/libss.la \
tnl/libtnl.la \
shader/libshader.la \
shader/grammar/libgrammar.la \
shader/slang/libslang.la \
X/libX.la