From c3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 14 Oct 2014 17:44:15 +0100 Subject: 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 --- src/gallium/targets/xa/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/targets/xa') diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am index 77d9fa68c20..3ab788692c1 100644 --- a/src/gallium/targets/xa/Makefile.am +++ b/src/gallium/targets/xa/Makefile.am @@ -51,6 +51,8 @@ libxatracker_la_LDFLAGS += \ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/xa/xa.sym endif +EXTRA_libxatracker_la_DEPENDENCIES = xa.sym + if HAVE_GALLIUM_STATIC_TARGETS TARGET_DRIVERS = -- cgit v1.2.3