summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-05-23 13:51:42 +0000
committerAaron Marks <nymacro@gmail.com>2005-05-23 13:51:42 +0000
commiteec7111f5cb5a3785b1e2b67bbcd96e26680f18e (patch)
tree468ddb42fffac2028ed070ff883a6424ad9074b2 /src/Makefile.am
parent7594437a36acbdc7fb0c1a0e56b0954910c2543c (diff)
downloadmanaserv-eec7111f5cb5a3785b1e2b67bbcd96e26680f18e.tar.gz
manaserv-eec7111f5cb5a3785b1e2b67bbcd96e26680f18e.tar.bz2
manaserv-eec7111f5cb5a3785b1e2b67bbcd96e26680f18e.tar.xz
manaserv-eec7111f5cb5a3785b1e2b67bbcd96e26680f18e.zip
Updated Storage class (added extra table to database).
Misc.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c3a9271..e01357c3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,11 @@ tmwserv_SOURCES = main.cpp \
script.cpp \
script-squirrel.h \
script-squirrel.cpp \
- storage.cpp storage.h
+ storage.cpp storage.h \
+ account.h \
+ account.cpp \
+ object.h \
+ object.cpp
if BUILD_SQLITE