aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/dri2/Makefile.am
blob: 502a2ee29ab6848a81fe90b7d9d45f6ddba85899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LTLIBRARIES = libdri2.la
AM_CFLAGS = \
	-DHAVE_XORG_CONFIG_H \
	@DIX_CFLAGS@ @XORG_CFLAGS@ \
	-I$(top_srcdir)/hw/xfree86/common \
	-I$(top_srcdir)/hw/xfree86/os-support/bus

libdri2_la_SOURCES = \
	dri2.c \
	dri2.h \
	dri2ext.c \
	dri2int.h

sdk_HEADERS = dri2.h