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:
Tom Stellard 2012-07-13 13:33:09 -04:00 committed by Andreas Boll
parent 9bf0d49abe
commit c040fe102c

6
src/gallium/Automake.inc Normal file
View 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)