spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 0d6df1e48c94d1583afacbb5b011a7b99b5b7cb5
parent 885e3c5a862ca5ab1660f0355eb844b999b7adfd
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue,  7 Aug 2012 22:12:58 -0700

Correct Makefile.am

Diffstat:
Msrc/Makefile.am | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -15,17 +15,17 @@ spek_SOURCES = \ spek_CPPFLAGS = \ -include config.h \ - $(SPEK_CFLAGS) \ -DLOCALEDIR=\""$(localedir)"\" \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DPKGLIBDIR=\""$(pkglibdir)"\" spek_CFLAGS = \ + $(SPEK_CFLAGS) \ @CFLAGS@ spek_CXXFLAGS = \ @CXXFLAGS@ spek_LDADD = \ - @LIBS@ \ - $(SPEK_LIBS) + $(SPEK_LIBS) \ + @LIBS@