diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 17:53:10 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 17:53:10 +0200 |
commit | df8e372d4f8462f7dfe6ae0380ca69764e59faf4 (patch) | |
tree | 58406988209d924bb2e7e02487ac9e963aa3a4e9 /dgedit/Makefile.am | |
parent | aab627accb4b57166259f0128cc16b88b4c1dc25 (diff) |
New listen tool.
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r-- | dgedit/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 01187f1..6f6f23f 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = dgedit -dgedit_LDADD = $(SNDFILE_LIBS) $(QT_LIBS) $(shell ../tools/MocList o ) +dgedit_LDADD = $(SNDFILE_LIBS) $(QT_LIBS) $(shell ../tools/MocList o ) -lao dgedit_CXXFLAGS = $(SNDFILE_CXXFLAGS) $(QT_CFLAGS) AM_CXXFLAGS = $(QT_CFLAGS) @@ -10,6 +10,7 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \ audioextractor.cc \ canvas.cc \ canvastool.cc \ + canvastoollisten.cc \ canvastoolselections.cc \ canvastoolthreshold.cc \ filelist.cc \ @@ -24,6 +25,7 @@ EXTRA_DIST = \ audioextractor.h \ canvas.h \ canvastool.h \ + canvastoollisten.cc \ canvastoolselections.h \ canvastoolthreshold.h \ filelist.h \ |