Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-21 20:06:17 +0000
committerStijn Buys <ingar@osirion.org>2012-02-21 20:06:17 +0000
commit4460f43972bd52c498161c64d4ddcc4da4c45d20 (patch)
treebf9f56c6d0e04bc249986e4bfc2fd1fa30e1c60f /src/Makefile.am
parent43c292e1dda7c789a31cdb679065c75d8f8cebba (diff)
Add support for zone properties, added framework to save files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
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.