quakeforge/libs/video/renderer/glsl/Makefile.am
Bill Currie 33c5320c0e Create stubs for most of the required render functions.
nq-glslx almost links. Just some suspicious references in host.c I want to
check before doing anything more.
2011-12-23 12:19:50 +09:00

17 lines
272 B
Makefile

AUTOMAKE_OPTIONS= foreign
AM_CFLAGS= @PREFER_PIC@
INCLUDES= -I$(top_srcdir)/include $(GLX_CFLAGS)
if BUILD_GL
noinst_LTLIBRARIES= libglsl.la
else
noinst_LTLIBRARIES=
endif
glsl_src = \
glsl_draw.c glsl_main.c
libglsl_la_SOURCES= $(glsl_src)
EXTRA_DIST = $(glsl_src)