]> code.citadel.org Git - citadel.git/commitdiff
* Enable SSL/TLS support in the client (again)
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 6 Jan 2002 11:13:33 +0000 (11:13 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 6 Jan 2002 11:13:33 +0000 (11:13 +0000)
citadel/ChangeLog
citadel/Makefile.in

index dd40585e50b0e120eb9eec6bf35808ee65615bda..1882dea7e639a868f1ede202924f883ed3ce18c8 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.45  2002/01/06 11:13:33  error
+ * Enable SSL/TLS support in the client (again)
+
  Revision 590.44  2002/01/06 11:11:31  error
  * Enable SSL/TLS in the client
 
@@ -3095,3 +3098,4 @@ 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 1967e840f857b0463f2f92ee6711237abe13f76e..41d068a6b736c92b8ca5b4c637cb09ea3884e58d 100644 (file)
@@ -151,7 +151,7 @@ citserver: $(SERV_OBJS) $(LIBTOOL) libcitserver.la
        citserver $(PTHREAD_LIBS)
 
 .c.ro:
-       $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) $(PTHREAD_DEFS) -c $< -o $@
+       $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -DCIT_CLIENT $(PTHREAD_DEFS) -c $< -o $@
 
 .c.lo: $(LIBTOOL)
        @test -d modules || mkdir -p modules