diff options
Diffstat (limited to 'src/gallium/drivers/noop/Makefile.am')
-rw-r--r-- | src/gallium/drivers/noop/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/noop/Makefile.am b/src/gallium/drivers/noop/Makefile.am index 1f4ba028f7f..cda614ddaf3 100644 --- a/src/gallium/drivers/noop/Makefile.am +++ b/src/gallium/drivers/noop/Makefile.am @@ -7,9 +7,7 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - -I$(top_srcdir)/src/gallium/drivers \ - $(GALLIUM_CFLAGS) \ - $(VISIBILITY_CFLAGS) + $(GALLIUM_DRIVER_CFLAGS) noinst_LTLIBRARIES = libnoop.la |