From 3408ce19b34c50ae566f52d3dad7638c41ae6dcd Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Sep 2014 21:51:03 +0000 Subject: push data into widget --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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} -- cgit v1.2.3