summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-05-25 03:36:32 +0000
committerPixel <pixel@nobis-crew.org>2009-05-25 03:36:32 +0000
commitea43e96e71a95da9e9fe3583f7b16d1d44b94f6b (patch)
treee89fbefb547a13c7ecb1617a93da40c3dacf47ac /Makefile
parent8560e5ec8034c5e4a92623a4c75cf70ef56ec5a0 (diff)
Fixing dist target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f714e8..b6f8a42 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,8 @@ all: dep luac lua-interface
dist: luac lua-interface lua-interface-gl.$(SHARED_EXT)
mkdir -p ../lua-interface-dist
- cp luac lua-interface lua-interface-*.$(SHARED_EXT) ../lua-interface-dist
+ ln -sf lua-interface-mesa.$(SHARED_EXT) lua-interface.$(SHARED_EXT)
+ cp luac lua-interface lua-interface*.$(SHARED_EXT) ../lua-interface-dist
dep: $(ALL_DEPS)