summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-30 17:11:16 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-30 17:53:45 +0100
commit26f4638684b8b40751063d8e33dc1c4da298fe0e (patch)
treed8527d98e042e285b7f08733736189f7bb8c31cb
parent9601815b4be886f4d92bf74916de98f3bdb7275c (diff)
downloadexternal_mesa3d-26f4638684b8b40751063d8e33dc1c4da298fe0e.zip
external_mesa3d-26f4638684b8b40751063d8e33dc1c4da298fe0e.tar.gz
external_mesa3d-26f4638684b8b40751063d8e33dc1c4da298fe0e.tar.bz2
Revert "osmesa: don't try to bundle osmesa.def SConscript"
This reverts commit c07df0f2014636b601cdbaff63214296599b1ad5. Now that the SCons build is back we need to include the files in the tarball.
-rw-r--r--src/mesa/drivers/osmesa/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
index 46332e1..5525687 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -21,6 +21,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+EXTRA_DIST = osmesa.def SConscript
+
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \