spek

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

commit 3c53552789b546912ee367bbb7ff3b3b093a3d5e
parent 07b730881ab064ce6bd00a20ad310dc1fad3592c
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Fri, 18 Mar 2011 15:48:38 +0800

Fix an automake warning

Diffstat:
Msrc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -13,7 +13,7 @@ spek_SOURCES = \ spek-spectrogram.vala \ spek-window.vala -INCLUDES = \ +AM_CPPFLAGS = \ -include config.h \ $(SPEK_CFLAGS) \ $(IGE_MAC_CFLAGS) \