diff options
author | Emil Velikov <[email protected]> | 2014-08-28 21:54:20 +0100 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2014-08-28 21:34:43 -0400 |
commit | 5b8900ded3988084c5bf005c0780efbec912d755 (patch) | |
tree | 293f25e55f092820cce88fe1256564f230df9adc /src/gallium/Makefile.am | |
parent | 311b59495c81f26ee3bee4d8c9e36c0ce15be155 (diff) |
hgl: trivial bits
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index caf29ad0b18..e4ef0034610 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -173,6 +173,14 @@ SUBDIRS += state_trackers/xvmc targets/xvmc endif ## +## Don't forget to bundle the remaining (non autotools) state-trackers/targets +## + +EXTRA_DIST += \ + state_trackers/hgl targets/haiku-softpipe + + +## ## Gallium tests ## |