spek

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

commit 60324c1750d8a2805102a0ce3ecc21b0861e5a00
parent ae8e65d89c1c166622fad6bc440d687cf5fabf8e
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat,  8 May 2010 21:37:53 +1000

Fix `make distcheck`

Diffstat:
MMakefile.am | 3++-
Mpo/POTFILES.skip | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -9,7 +9,8 @@ SUBDIRS = \ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ - intltool-update.in + intltool-update.in \ + HACKING DISTCLEANFILES = \ intltool-extract \ diff --git a/po/POTFILES.skip b/po/POTFILES.skip @@ -1 +1,2 @@ data/spek.desktop.in +src/spek-window.c