summaryrefslogtreecommitdiffstats
path: root/daemon/utmpd/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-28 23:50:14 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-28 23:50:14 +0800
commit1347f95d83b908cd4e61904154feed6ae9ab7389 (patch)
treef2a81144fa8c7fe8bf874e5e5c0561186e0d7660 /daemon/utmpd/Makefile
parent4ba1777ffaa8cacae3651c0082f538c92b3a9bbb (diff)
downloadpttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.gz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.bz2
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.lz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.xz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.zst
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.zip
Reorder libraries.
Use time() in fhdr_stamp.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4384 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/utmpd/Makefile')
-rw-r--r--daemon/utmpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/daemon/utmpd/Makefile b/daemon/utmpd/Makefile
index 76075961..6abe9c7c 100644
--- a/daemon/utmpd/Makefile
+++ b/daemon/utmpd/Makefile
@@ -7,8 +7,9 @@ PROGRAMS= utmpserver utmpsync utmpserver2 utmpserver3 authserver
UTILDIR= $(SRCROOT)/util
UTILOBJ= $(UTILDIR)/util_var.o $(UTILDIR)/util_cache.o $(UTILDIR)/util_passwd.o $(UTILDIR)/util_record.o
-LDLIBS+= $(SRCROOT)/common/sys/libcmsys.a \
- $(SRCROOT)/common/bbs/libcmbbs.a
+LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \
+ $(SRCROOT)/common/sys/libcmsys.a \
+ $(SRCROOT)/common/osdep/libosdep.a
all: ${PROGRAMS}