aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d49feb4..6f9ec6c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
VERSION=2.0
PROG= spectrogram
-SRCS= spectrogram.c sio.c fft.c cms.c
+SRCS= spectrogram.c sio.c fft.c cms.c aux.c
BINDIR= /usr/local/bin
-HEADERS=sio.h fft.h cms.h
+HEADERS=sio.h fft.h cms.h aux.h
LIBS= fftw3 x11
PCCF!= pkg-config --cflags ${LIBS}
PCLA!= pkg-config --libs ${LIBS}