d/examples/Makefile: link against SDL2_mixer. Thanks Riku Saikkonen. (Closes: #774717)
Manuel A. Fernandez Montecelo
7 years ago
0 | 0 |
libsdl2-mixer (2.0.1+dfsg1-1) UNRELEASED; urgency=medium
|
1 | 1 |
|
2 | 2 |
* New upstream release
|
|
3 |
* d/examples/Makefile: link against SDL2_mixer. Thanks Riku Saikkonen.
|
|
4 |
(Closes: #774717)
|
3 | 5 |
|
4 | 6 |
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Tue, 26 Jan 2016 16:08:39 +0000
|
5 | 7 |
|
1 | 1 |
|
2 | 2 |
CC = gcc
|
3 | 3 |
CFLAGS = $(shell sdl2-config --cflags) -Wall -O
|
4 | |
LIBS = $(shell sdl2-config --libs) -lSDL_mixer
|
|
4 |
LIBS = $(shell sdl2-config --libs) -lSDL2_mixer
|
5 | 5 |
EXE = playmus playwave
|
6 | 6 |
|
7 | 7 |
all: $(EXE)
|