mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
gallium: Add common automake include file
v2: Matt Turner <mattst88@gmail.com>
Remove ARCH_FLAGS/OPT_FLAGS
v3: Johannes Obermayr <johannesobermayr@gmx.de>
Add -I$(top_srcdir)/include to GALLIUM_CFLAGS
This commit is contained in:
parent
9bf0d49abe
commit
c040fe102c
1 changed files with 6 additions and 0 deletions
6
src/gallium/Automake.inc
Normal file
6
src/gallium/Automake.inc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
GALLIUM_CFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
$(DEFINES) \
|
||||
$(PIC_FLAGS)
|
||||
Loading…
Add table
Reference in a new issue