diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d556a38..aa2355c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,9 +5,9 @@ bin_PROGRAMS = editor editor_SOURCES = \ editor.cc \ editorwindow.cc \ + entitywidget.cc \ inistream.cc \ mainwindow.cc \ - mapentity.cc \ mapwidget.cc \ sidebar.cc @@ -15,11 +15,11 @@ editor_SOURCES = \ # its mocced name, moc_editor.cpp. nodist_editor_SOURCES = \ moc_editorwindow.cc \ + moc_entitywidget.cc \ moc_mainwindow.cc \ - moc_mapentity.cc \ moc_mapwidget.cc \ moc_sidebar.cc - + # This rule lets GNU make create any moc_*.cpp from the equivalent *.h moc_%.cc: %.h moc $< -o $@ |