[allegro5] 01/02: Link with enet in compile_examples.sh.
Tobias Hansen
thansen at moszumanska.debian.org
Mon Jan 2 15:02:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository allegro5.
commit 1a8aa2840770f09c13f1c89b1d39dfceed5e0444
Author: Tobias Hansen <thansen at debian.org>
Date: Mon Jan 2 15:51:05 2017 +0100
Link with enet in compile_examples.sh.
---
debian/compile_examples.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/compile_examples.sh b/debian/compile_examples.sh
index 2df48a3..9234136 100644
--- a/debian/compile_examples.sh
+++ b/debian/compile_examples.sh
@@ -28,7 +28,7 @@ echo "Compiling examples..."
for i in ex_*.c; do
#ex_curl.c, ex_physfs.c and ex_glext.c are omitted because they need curl, physfs and glu around.
if test x$i != xex_curl.c -a x$i != xex_physfs.c -a x$i != xex_glext.c; then
- gcc $i -o $i.ex $ALLEGRO_LIBS -lm -lGL
+ gcc $i -o $i.ex $ALLEGRO_LIBS -lm -lGL -lenet
fi
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/allegro5.git
More information about the Pkg-games-commits
mailing list