summaryrefslogtreecommitdiffstats
path: root/common/sys/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 17:45:10 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 17:45:10 +0800
commitd3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a (patch)
tree0086302d5dbe8fd2e44c13c5aed7791723529c1f /common/sys/Makefile
parentf076301f829cd83641259802d5bb9ef04f527946 (diff)
downloadpttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar.gz
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar.bz2
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar.lz
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar.xz
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.tar.zst
pttbbs-d3e4bc1b6c4c5bfe8b2db6706fa8e8665465421a.zip
Move BBS non-related functions to independent library
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4350 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r--common/sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile
index 39598f86..e0fec71f 100644
--- a/common/sys/Makefile
+++ b/common/sys/Makefile
@@ -5,7 +5,7 @@ MKPIC:=no
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
-SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c osdep.c
+SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c osdep.c
LIB:= cmsys
install: