xserver-multidpi/hw/xfree86/dri2/Makefile.am

17 lines
287 B
Makefile
Raw Normal View History

SUBDIRS=pci_ids
noinst_LTLIBRARIES = libdri2.la
AM_CFLAGS = \
2008-02-04 17:58:24 +01:00
-DHAVE_XORG_CONFIG_H \
@DIX_CFLAGS@ @XORG_CFLAGS@ \
2008-02-04 17:58:24 +01:00
-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
2008-02-04 17:58:24 +01:00
sdk_HEADERS = dri2.h