From e10c0a7602c612993e6b99348bab507b7def0881 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 25 Feb 2012 16:56:25 +0000 Subject: Add entity manipulator widget, added support for editing entity angles. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3614a61..35d1496 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ editor_SOURCES = \ entityproperties.cc \ entitywidget.cc \ inistream.cc \ + manipulator.cc \ mainwindow.cc \ mapwidget.cc \ properties.cc \ @@ -20,6 +21,7 @@ editor_SOURCES = \ nodist_editor_SOURCES = \ moc_editorwindow.cc \ moc_entitywidget.cc \ + moc_manipulator.cc \ moc_mainwindow.cc \ moc_mapwidget.cc \ moc_sidebar.cc -- cgit v1.2.3