diff options
Diffstat (limited to 'src/gallium/drivers/trace/Makefile.am')
-rw-r--r-- | src/gallium/drivers/trace/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/Makefile.am b/src/gallium/drivers/trace/Makefile.am index db7b4491800..6a8a74a9103 100644 --- a/src/gallium/drivers/trace/Makefile.am +++ b/src/gallium/drivers/trace/Makefile.am @@ -2,7 +2,8 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_DRIVER_CFLAGS) + $(GALLIUM_DRIVER_CFLAGS) \ + $(MSVC2008_COMPAT_CFLAGS) noinst_LTLIBRARIES = libtrace.la |