diff options
author | Emil Velikov <[email protected]> | 2014-08-29 22:47:12 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:25 +0100 |
commit | a408b7584978993fe0860af964c7e337cdbcf8db (patch) | |
tree | ced4e37b8fc4e145a3bfd827edaeaf9fe92fd75a /src/gallium/drivers/identity/Makefile.am | |
parent | 930afeaa54d43603da380ede8b10c8c5842355f7 (diff) |
gallium/identity: ship all files in the tarball
- include all headers in Makefile.sources
- sort the list(s)
- bundle the scons buildscript
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/identity/Makefile.am')
-rw-r--r-- | src/gallium/drivers/identity/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/identity/Makefile.am b/src/gallium/drivers/identity/Makefile.am index 7fcbc7c0612..0a496331855 100644 --- a/src/gallium/drivers/identity/Makefile.am +++ b/src/gallium/drivers/identity/Makefile.am @@ -7,3 +7,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libidentity.la libidentity_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript |