diff options
author | Emil Velikov <[email protected]> | 2014-10-14 17:44:15 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-16 01:16:30 +0000 |
commit | c3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f (patch) | |
tree | 5eef5596528282d92544e264690876a3275f82ab /src/gallium/targets/vdpau | |
parent | d936ef3fb75f2333f795e004204b87760e564b3f (diff) |
targets: bundle all files in the tarball
We were missing a few files
- The version scripts
- Android & scons build scripts
- A few headers.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/vdpau')
-rw-r--r-- | src/gallium/targets/vdpau/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am index ac80dfb8182..68f72a09363 100644 --- a/src/gallium/targets/vdpau/Makefile.am +++ b/src/gallium/targets/vdpau/Makefile.am @@ -36,6 +36,10 @@ libvdpau_gallium_la_LIBADD = \ $(LIBDRM_LIBS) \ $(GALLIUM_COMMON_LIB_DEPS) +EXTRA_libvdpau_gallium_la_DEPENDENCIES = \ + vdpau.sym \ + $(top_srcdir)/src/gallium/targets/dri-vdpau.dyn + TARGET_DRIVERS = TARGET_CPPFLAGS = TARGET_LIB_DEPS = $(top_builddir)/src/loader/libloader.la |