diff options
Diffstat (limited to 'mesalib/src/gallium/Automake.inc')
-rw-r--r-- | mesalib/src/gallium/Automake.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mesalib/src/gallium/Automake.inc b/mesalib/src/gallium/Automake.inc new file mode 100644 index 000000000..fabc2af9a --- /dev/null +++ b/mesalib/src/gallium/Automake.inc @@ -0,0 +1,5 @@ +GALLIUM_CFLAGS = \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ + $(DEFINES) |