aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-10 20:47:46 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-10 20:47:46 +0000
commit6bb0b331d61f247f56de22c63145dee561df2a21 (patch)
treeea9e16c41cae33870afcddcaca7f64392b1160b8 /Makefile
parentca4c15d5f68ea1e97ea52c97fa3c3f608d38927c (diff)
split code
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}