aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-06 14:47:54 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-06 14:47:54 +0000
commit1b55beaa2cdcc591595773113d29ab5df4d5103d (patch)
treef760ea04d95da791f57ef28e91f520676105ac0b /Makefile
parent9041c18a87e16a5f891938f77e520b420ade70c4 (diff)
Xt stub
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d49feb4..bc193b3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROG= spectrogram
SRCS= spectrogram.c sio.c fft.c cms.c
BINDIR= /usr/local/bin
HEADERS=sio.h fft.h cms.h
-LIBS= fftw3 x11
+LIBS= fftw3 x11 xaw7
PCCF!= pkg-config --cflags ${LIBS}
PCLA!= pkg-config --libs ${LIBS}
CFLAGS+=${PCCF}