aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-17 21:51:03 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-17 21:51:03 +0000
commit3408ce19b34c50ae566f52d3dad7638c41ae6dcd (patch)
tree445eb4c90d296bc6276c18ad9fb045457198766d /Makefile
parenta9799dc301aa6a8638d634e722ed730666878067 (diff)
push data into widget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2742460..661319d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION=3.0
PROG= spectrogram
SRCS= spectrogram.c fft.c cms.c aux.c widget.c Sgraph.c
-LIBS= fftw3 x11 xaw7
+LIBS= fftw3 xt
BINDIR= /usr/local/bin
UNAME!= uname
@@ -23,7 +23,7 @@ CFLAGS+=${PCCF}
PCLA!= pkg-config --libs ${LIBS}
LDADD+= ${PCLA}
-DEBUG+= -Wall
+DEBUG+= -Wall -ggdb
NOMAN=
DIR= ${PROG}-${VERSION}