build fix for Linux
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 02:55:27 +0000 (02:55 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 02:55:27 +0000 (02:55 +0000)
citadel/ChangeLog
citadel/Makefile.in

index f05243580bc4f6df1c1ffdb0253f30c30f3d7ec1..9f2ee19f493eceda590027ea05be85a26e1a8f45 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 580.33  2001/09/06 02:55:27  nbryant
+ build fix for Linux
+
  Revision 580.32  2001/09/06 02:49:22  ajc
  * Fixed paste-post mode (<.E>nter <A>scii) to append instead of replace when
    the user hits <C>ontinue (bug reported by Stu Mark)
@@ -2712,5 +2715,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
-
index 8393acd405223bdd456802e364f211d9493113f0..03a7f7469785027c8cccc938c8e457ce6ebffc76 100644 (file)
@@ -146,7 +146,7 @@ LIBSERV_OBJS = user_ops.lo citserver.lo sysdep.lo dynloader.lo tools.lo $(DATABA
 
 libcitserver.la: $(LIBSERV_OBJS)
        $(LIBTOOL) $(CC) -rpath $(prefix) -no-undefined -avoid-version \
-       -o libcitserver.la $(LIBSERV_OBJS) $(GDBM)
+       -o libcitserver.la $(LIBSERV_OBJS) $(GDBM) $(LIBS)
 
 citserver: $(SERV_OBJS) $(LIBTOOL) libcitserver.la
        $(LIBTOOL) --mode=link $(CC) $(SERV_OBJS) $(LDFLAGS) $(PTHREAD_LIBS) \