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 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}