X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fsvga%2FMakefile.am;h=1ad5e0f91e6e3f2cd505a46c62dabfe477b7bcc8;hb=5d8359ff4d8c379fdf1a78758f405bb4cdf69459;hp=fdaa3c8ebc4971d6867b71c74053fb632700da4b;hpb=dc473c5f0a2f0dafd85a1b7bef22b3f4f39596bb;p=mesa.git diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am index fdaa3c8ebc4..1ad5e0f91e6 100644 --- a/src/gallium/drivers/svga/Makefile.am +++ b/src/gallium/drivers/svga/Makefile.am @@ -24,14 +24,20 @@ 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) + -I$(top_builddir)/src + +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