summaryrefslogtreecommitdiffstats
path: root/src/libbbsutil/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 18:12:12 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 18:12:12 +0800
commit2e97729c2196fa6ecbb4928734781c0e688219ab (patch)
treef984486bf1762dbbe6f45cc54ff6b0492c487e1a /src/libbbsutil/Makefile
parent2a2078146f1e079732cd1a471e064d34a4399890 (diff)
downloadpttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar.gz
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar.bz2
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar.lz
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar.xz
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.tar.zst
pttbbs-2e97729c2196fa6ecbb4928734781c0e688219ab.zip
- (internal) moving more bbs-independent code to utility library.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4023 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'src/libbbsutil/Makefile')
-rw-r--r--src/libbbsutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbbsutil/Makefile b/src/libbbsutil/Makefile
index 99cd6143..d5b20637 100644
--- a/src/libbbsutil/Makefile
+++ b/src/libbbsutil/Makefile
@@ -4,7 +4,7 @@ SRCROOT= ../..
CFLAGS+= -I$(SRCROOT)/include
-OBJS= file.o lock.o log.o net.o sort.o string.o time.o
+OBJS= file.o lock.o log.o net.o sort.o string.o time.o crypt.o
TARGET= libbbsutil.a