X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fsvga%2FMakefile.am;h=1ad5e0f91e6e3f2cd505a46c62dabfe477b7bcc8;hb=5d8359ff4d8c379fdf1a78758f405bb4cdf69459;hp=54ae81437719aec7b4c797add36779f0f46b253e;hpb=7dac1b470a9c1c977f79ecc301407681e200bd1a;p=mesa.git diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am index 54ae8143771..1ad5e0f91e6 100644 --- a/src/gallium/drivers/svga/Makefile.am +++ b/src/gallium/drivers/svga/Makefile.am @@ -20,17 +20,24 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -AUTOMAKE_OPTIONS = subdir-objects - include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc +AM_CPPFLAGS = \ + -I$(top_builddir)/src + AM_CFLAGS = \ - $(GALLIUM_DRIVER_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