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 f9842d3..f243d96 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
PROG= spectrogram
SRCS= spectrogram.c fft.c hsv2rgb.c
HEADERS=fft.h hsv2rgb.h
-LIBS= sdl SDL_gfx fftw3
+LIBS= fftw3 x11
PCCF!= pkg-config --cflags ${LIBS}
PCLA!= pkg-config --libs ${LIBS}
CFLAGS+=${PCCF}