1SUBDIRS=pci_ids
2
3noinst_LTLIBRARIES = libdri2.la
4AM_CFLAGS = \
5	-DHAVE_XORG_CONFIG_H \
6	@DIX_CFLAGS@ @XORG_CFLAGS@ \
7	-I$(top_srcdir)/hw/xfree86/common \
8	-I$(top_srcdir)/hw/xfree86/os-support/bus
9
10libdri2_la_SOURCES = \
11	dri2.c \
12	dri2.h \
13	dri2ext.c \
14	dri2int.h
15
16sdk_HEADERS = dri2.h
17