gallium: add PIPE_CAP_TGSI CLOCK
[mesa.git] / src / gallium / drivers / svga / Makefile.am
index fdaa3c8ebc4971d6867b71c74053fb632700da4b..d46de95e4b40979fed5f10d3b20b3c310c483396 100644 (file)
 include Makefile.sources
 include $(top_srcdir)/src/gallium/Automake.inc
 
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/gallium/drivers/svga/include \
-       -I$(top_srcdir)/src/gallium/drivers \
-       -I$(top_srcdir)/include \
-       $(GALLIUM_CFLAGS)
+AM_CFLAGS = \
+       $(GALLIUM_DRIVER_CFLAGS) \
+       $(MSVC2013_COMPAT_CFLAGS)
 
 #On some systems -std= must be added to CFLAGS to be the last -std=
 CFLAGS += -std=gnu99
 
+noinst_HEADERS = $(SVGA_H_FILES)
 noinst_LTLIBRARIES = libsvga.la
 
 libsvga_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript \
+       include/README \
+       svgadump/svga_dump.py