From 89c0d325d049666a07994c1a53461b8d7bb0d887 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Feb 2012 18:12:31 +0000 Subject: Added editor window with side bar. --- src/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7486902..e492b45 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,14 +4,18 @@ bin_PROGRAMS = editor # Remember to include the name of the resource file with the .cpp extension. editor_SOURCES = \ editor.cc \ + editorwindow.cc \ mainwindow.cc \ - mapwidget.cc + mapwidget.cc \ + sidebar.cc # You have one .h file, it's called editor.h. Therefore, here I list # its mocced name, moc_editor.cpp. nodist_editor_SOURCES = \ + moc_editorwindow.cc \ moc_mainwindow.cc \ - moc_mapwidget.cc + moc_mapwidget.cc \ + moc_sidebar.cc # This rule lets GNU make create any moc_*.cpp from the equivalent *.h moc_%.cc: %.h -- cgit v1.2.3