freedreno: wire up core pipe_debug_callback
[mesa.git] / src / gallium / drivers / rbug / Makefile.am
index 1aa65214100c7ea0353610e73a297d7e352ab407..3e3cb86d6196f645ca3a6e849261ddc1601034e5 100644 (file)
 include Makefile.sources
 include $(top_srcdir)/src/gallium/Automake.inc
 
-noinst_LTLIBRARIES = librbug.la
-
-# GALLIUM_CFLAGS must appear before src/gallium/drivers
-# because there are stupidly two rbug_context.h files in
-# different directories, and which one is included by the
-# preprocessor is determined by the ordering of the -I flags.
 AM_CFLAGS = \
-       $(GALLIUM_CFLAGS) \
-       $(VISIBILITY_CFLAGS) \
-       -I$(top_srcdir)/src/gallium/drivers \
-       -I$(top_srcdir)/include
+       $(GALLIUM_DRIVER_CFLAGS)
+
+noinst_LTLIBRARIES = librbug.la
 
 librbug_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript README