aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-06-06 01:20:04 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-06-06 01:20:04 +0000
commit97093a84c81827b540e7de637b52cf5466c056fc (patch)
treeac19d018ea35bca6ddeee158a3ac03fb266d855e /Makefile
parent84632dda7f646a18893cbb363899d7e01a87f312 (diff)
first draft
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}