1noinst_LTLIBRARIES = libdri.la 2AM_CFLAGS = -I$(top_srcdir)/hw/xfree86/common \ 3 -I$(top_srcdir)/hw/xfree86/os-support \ 4 -I$(top_srcdir)/hw/xfree86/modes \ 5 -I$(top_srcdir)/hw/xfree86/ddc \ 6 -I$(top_srcdir)/hw/xfree86/i2c \ 7 -I$(top_srcdir)/hw/xfree86/parser \ 8 -I$(top_srcdir)/hw/xfree86/ramdac \ 9 -I$(top_srcdir)/hw/xfree86/os-support/bus \ 10 -I$(top_srcdir)/glx \ 11 -DHAVE_XORG_CONFIG_H \ 12 @DIX_CFLAGS@ @XORG_CFLAGS@ 13libdri_la_SOURCES = \ 14 dri.c \ 15 dri.h \ 16 dristruct.h \ 17 sarea.h \ 18 xf86dri.c 19 20sdk_HEADERS = dri.h sarea.h dristruct.h 21