xserver-multidpi/glamor/glu3/Makefile.am
Eric Anholt aa13306974 glamor: Start adding render acceleration support.
This brings in idr's glu3 code.  We'll probably want to move to linking to
it as a library, once an ABI-stable release is out.
2011-09-26 16:46:31 +08:00

16 lines
329 B
Makefile

noinst_LTLIBRARIES = libglu3.la
# Override these since glu3 doesn't need them and the needed files aren't
# built (in hw/xfree86/os-support/solaris) until after glu3 is built
SOLARIS_ASM_CFLAGS=""
INCLUDES = \
$(XORG_INCS)
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
libglu3_la_SOURCES = \
matrix.c \
glu3.h \
glu3_scalar.h