summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-05-21 09:53:21 +0000
committerAaron Marks <nymacro@gmail.com>2005-05-21 09:53:21 +0000
commit7d2f58db9274ec61924899faea6b2377fc36424b (patch)
tree8db636e96564d5f7df22b0acdf0c546e9657f4bc /src/Makefile.am
parent31f7b85ecbdcb9b8a27b34e76360660c9be98891 (diff)
downloadmanaserv-7d2f58db9274ec61924899faea6b2377fc36424b.tar.gz
manaserv-7d2f58db9274ec61924899faea6b2377fc36424b.tar.bz2
manaserv-7d2f58db9274ec61924899faea6b2377fc36424b.tar.xz
manaserv-7d2f58db9274ec61924899faea6b2377fc36424b.zip
Updated Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2dfdbe45..a83dd587 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,9 @@ tmwserv_SOURCES = main.cpp \
sqlite/SQLiteWrapper.cpp \
sqlite/SQLiteWrapper.h \
log.h \
- log.cpp
+ log.cpp \
+ skill.h \
+ skill.cpp
# set the include path found by configure
INCLUDES= $(all_includes) $(SQLITE_CFLAGS)