diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:57:36 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:25 +0100 |
commit | 930afeaa54d43603da380ede8b10c8c5842355f7 (patch) | |
tree | cae1480a04b7c9cfb343f18252be26705d686157 /src/gallium/drivers/ilo/Makefile.am | |
parent | 38719795a6c3b92bdcc60803177ef51b9aa1276b (diff) |
gallium/ilo: ship all files in the tarball
- include all headers in Makefile.sources
- bundle the android buildscript
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Chia-I Wu <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.am')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.am b/src/gallium/drivers/ilo/Makefile.am index 75213d46397..8a29ce4bb83 100644 --- a/src/gallium/drivers/ilo/Makefile.am +++ b/src/gallium/drivers/ilo/Makefile.am @@ -29,6 +29,9 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CPPFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) +noinst_HEADERS = $(GENHW_FILES) noinst_LTLIBRARIES = libilo.la libilo_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = Android.mk |