summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-10-14 17:44:15 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-16 01:16:30 +0000
commitc3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f (patch)
tree5eef5596528282d92544e264690876a3275f82ab /src/gallium/targets/egl-static/Makefile.am
parentd936ef3fb75f2333f795e004204b87760e564b3f (diff)
downloadexternal_mesa3d-c3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f.zip
external_mesa3d-c3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f.tar.gz
external_mesa3d-c3bb38c4cbb0429a0f9a3f27ef73c837d2f2c68f.tar.bz2
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 <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index 3f0e650..d5759e6 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -59,7 +59,9 @@ nodist_EXTRA_egl_gallium_la_SOURCES = dummy.cpp
egl_gallium_la_SOURCES = \
egl.c \
egl_pipe.c \
- egl_st.c
+ egl_pipe.h \
+ egl_st.c \
+ egl_st.h
egl_gallium_la_LIBADD = \
$(top_builddir)/src/loader/libloader.la \
@@ -151,6 +153,9 @@ egl_gallium_la_LIBADD += \
$(top_builddir)/src/mapi/vgapi/libOpenVG.la
endif
+EXTRA_egl_gallium_la_DEPENDENCIES = egl.sym
+EXTRA_DIST = Android.mk SConscript
+
#if HAVE_GALLIUM_STATIC_TARGETS
TARGET_DRIVERS =