aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 296f6e3..65182bb 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
PROG= spectrogram
SRCS= spectrogram.c fft.c hsv2rgb.c
HEADERS=fifo.h fft.h hsv2rgb.h
-LIBS= sdl fftw3
+LIBS= sdl SDL_gfx fftw3
PCCF!= pkg-config --cflags ${LIBS}
PCLA!= pkg-config --libs ${LIBS}
CFLAGS+=${PCCF}