summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-04-15 16:00:44 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-04-15 16:00:44 +0200
commit303d96a530c97e0db8395534b56b70faa959736b (patch)
tree28a66965b49ed4138041b5f0a9ecc37142080c83
parentea89897c315a03a29d6e3121128dd3af3713a7dd (diff)
Added volumefader.{cc,h}.
-rw-r--r--dgedit/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am
index 58073db..85253a4 100644
--- a/dgedit/Makefile.am
+++ b/dgedit/Makefile.am
@@ -25,7 +25,8 @@ dgedit_SOURCES = \
mipmap.cc \
player.cc \
samplesorter.cc \
- selection.cc
+ selection.cc \
+ volumefader.cc
EXTRA_DIST = \
audioextractor.h \
@@ -41,6 +42,7 @@ EXTRA_DIST = \
player.h \
samplesorter.h \
selection.h \
+ volumefader.h \
dgedit.qrc
dgedit_MOC = $(shell ../tools/MocList cc )
@@ -67,4 +69,4 @@ qrc_%.cc: %.qrc
%.res: %.rc
rc $<
-endif \ No newline at end of file
+endif