diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 08b3859..3614a61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ editor_SOURCES = \ mapwidget.cc \ properties.cc \ sidebar.cc \ - vector3f.cc + vector3f.cc \ + zoneproperties.cc # You have one .h file, it's called editor.h. Therefore, here I list # its mocced name, moc_editor.cpp. |