aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-26 15:50:54 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-26 15:50:54 +0000
commit04d7f87e664d5d09b03a23fbdbc976577a3c198d (patch)
treeaa95eb67a51f0ec9e4297b3c1b443611d8653c2e /Makefile
parent2b04cb5317b275cbdd0f71dae1b021ad7bba348d (diff)
add display container stub
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa1f8f7..77029f6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
VERSION=3.0
PROG= spectrogram
-SRCS= spectrogram.c fft.c cms.c aux.c widget.c Sgraph.c
+SRCS= spectrogram.c fft.c cms.c aux.c widget.c Sgraph.c Display.c
LIBS= fftw3 xt xext xrender
BINDIR= /usr/local/bin