changeset 388:015f2da65841

Add edview to the build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Oct 2012 20:11:34 +0300
parents e4aad59fb407
children 1758e65affb6
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Oct 18 20:11:17 2012 +0300
+++ b/Makefile.gen	Thu Oct 18 20:11:34 2012 +0300
@@ -23,8 +23,8 @@
 
 EDITOR_PRO = editor.pro
 EDITOR_MAKEFILE = Makefile.editor
-EDITOR_SOURCES = edmain.cpp edgui.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp
-EDITOR_HEADERS = edmain.h edtlobj.h edtimeline.h edwaveform.h
+EDITOR_SOURCES = edmain.cpp edgui.cpp edview.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp
+EDITOR_HEADERS = edmain.h edtlobj.h edview.h edtimeline.h edwaveform.h
 
 
 ###