diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 13:05:59 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 13:05:59 +0200 |
commit | b16d0b91acba045026fdeab6f9cd43ef9bd7d2c3 (patch) | |
tree | d089aff941328d9ddaed7f2e1d80b2a8f7e6a8e0 | |
parent | 12b62ca84abab622889363b9b9f3215d52eb5167 (diff) |
Missing change for new player.
-rw-r--r-- | dgedit/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index d79df6c..58073db 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -23,6 +23,7 @@ dgedit_SOURCES = \ itemeditor.cc \ mainwindow.cc \ mipmap.cc \ + player.cc \ samplesorter.cc \ selection.cc @@ -37,6 +38,7 @@ EXTRA_DIST = \ itemeditor.h \ mainwindow.h \ mipmap.h \ + player.h \ samplesorter.h \ selection.h \ dgedit.qrc |