summaryrefslogtreecommitdiffstats
path: root/common/bbs/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-12 17:18:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-12 17:18:08 +0800
commitc5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8 (patch)
tree7d6d01ef8a9216eb00a62a17ceb4d745cdbe03e7 /common/bbs/Makefile
parentc01f3b534c30f5d1c0301624c2384bff7751d87f (diff)
downloadpttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar.gz
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar.bz2
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar.lz
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar.xz
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.tar.zst
pttbbs-c5f8e88cde8ad8120fd5e2bdaddd2f5591502aa8.zip
* prepare to move passwd to common lib
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4573 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/bbs/Makefile')
-rw-r--r--common/bbs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile
index 6db6f465..5e051079 100644
--- a/common/bbs/Makefile
+++ b/common/bbs/Makefile
@@ -3,7 +3,7 @@
SRCROOT:= ../..
.include "$(SRCROOT)/pttbbs.mk"
-SRCS:= log.c money.c names.c path.c time.c string.c fhdr_stamp.c cache.c
+SRCS:= log.c money.c names.c path.c time.c string.c fhdr_stamp.c cache.c passwd.c
LIB:= cmbbs
install: