[Pkg-sdl-commits] [libsdl2-mixer] 05/11: d/examples/Makefile: link against SDL2_mixer. Thanks Riku Saikkonen. (Closes: #774717)
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Jan 26 18:05:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository libsdl2-mixer.
commit fcc038953f7a26ae26cb9c2c95fbcd923cb9b6f2
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Tue Jan 26 16:11:54 2016 +0000
d/examples/Makefile: link against SDL2_mixer. Thanks Riku Saikkonen. (Closes: #774717)
---
debian/changelog | 2 ++
debian/examples/Makefile | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2f73d4f..7a17648 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
libsdl2-mixer (2.0.1+dfsg1-1) UNRELEASED; urgency=medium
* New upstream release
+ * d/examples/Makefile: link against SDL2_mixer. Thanks Riku Saikkonen.
+ (Closes: #774717)
-- Manuel A. Fernandez Montecelo <mafm at debian.org> Tue, 26 Jan 2016 16:08:39 +0000
diff --git a/debian/examples/Makefile b/debian/examples/Makefile
index 050c923..5391d65 100644
--- a/debian/examples/Makefile
+++ b/debian/examples/Makefile
@@ -2,7 +2,7 @@
CC = gcc
CFLAGS = $(shell sdl2-config --cflags) -Wall -O
-LIBS = $(shell sdl2-config --libs) -lSDL_mixer
+LIBS = $(shell sdl2-config --libs) -lSDL2_mixer
EXE = playmus playwave
all: $(EXE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git
More information about the pkg-sdl-commits
mailing list