diff options
author | Emil Velikov <[email protected]> | 2013-10-04 13:06:37 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 14:02:15 +0000 |
commit | b3c60ff5d04128820263e7212152f81377ab6db5 (patch) | |
tree | f314470c3d063384b62b9ee45f4f63d1060b2d92 | |
parent | 01d35eb372f1ac7d8633af783424c32d3b6239e3 (diff) |
st/xvmc: enable automake subdir-objects
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/state_trackers/xvmc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xvmc/Makefile.am b/src/gallium/state_trackers/xvmc/Makefile.am index c11091223f7..3968238ffe2 100644 --- a/src/gallium/state_trackers/xvmc/Makefile.am +++ b/src/gallium/state_trackers/xvmc/Makefile.am @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +AUTOMAKE_OPTIONS = subdir-objects include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc |