gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6947 - in GNUnet/src/applications/chat: lib module tools


From: gnunet
Subject: [GNUnet-SVN] r6947 - in GNUnet/src/applications/chat: lib module tools
Date: Sat, 31 May 2008 13:34:41 -0600 (MDT)

Author: grothoff
Date: 2008-05-31 13:34:41 -0600 (Sat, 31 May 2008)
New Revision: 6947

Modified:
   GNUnet/src/applications/chat/lib/Makefile.am
   GNUnet/src/applications/chat/lib/loopback_test.c
   GNUnet/src/applications/chat/lib/messaging.c
   GNUnet/src/applications/chat/module/chat.c
   GNUnet/src/applications/chat/tools/gnunet-chat.c
Log:
bldfix

Modified: GNUnet/src/applications/chat/lib/Makefile.am
===================================================================
--- GNUnet/src/applications/chat/lib/Makefile.am        2008-05-31 19:29:20 UTC 
(rev 6946)
+++ GNUnet/src/applications/chat/lib/Makefile.am        2008-05-31 19:34:41 UTC 
(rev 6947)
@@ -1,10 +1,13 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
+lib_LTLIBRARIES = \
+  libgnunetchat_api.la
+
 LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la 
 
 libgnunetchat_api_la_SOURCES = \
-  clientapi.c 
+  messaging.c 
 libgnunetchat_api_la_LIBADD = \
   $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la \
   $(top_builddir)/src/util/libgnunetutil.la 
@@ -16,7 +19,7 @@
 
 loopback_test_SOURCES = \
   loopback_test.c 
-chattest_LDADD = \
+loopback_test_LDADD = \
   $(top_builddir)/src/applications/testing/libgnunettesting_api.la \
   $(top_builddir)/src/applications/stats/libgnunetstats_api.la \
   $(top_builddir)/src/applications/chat/lib/libgnunetchat_api.la \

Modified: GNUnet/src/applications/chat/lib/loopback_test.c
===================================================================
--- GNUnet/src/applications/chat/lib/loopback_test.c    2008-05-31 19:29:20 UTC 
(rev 6946)
+++ GNUnet/src/applications/chat/lib/loopback_test.c    2008-05-31 19:34:41 UTC 
(rev 6947)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file applications/chat/chattest.c
+ * @file applications/chat/lib/loopback_test.c
  * @brief chat testcase, loopback only
  * @author Christian Grothoff
  * @author Nathan Evans

Modified: GNUnet/src/applications/chat/lib/messaging.c
===================================================================
--- GNUnet/src/applications/chat/lib/messaging.c        2008-05-31 19:29:20 UTC 
(rev 6946)
+++ GNUnet/src/applications/chat/lib/messaging.c        2008-05-31 19:34:41 UTC 
(rev 6947)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file applications/chat/clientapi.c
+ * @file applications/chat/lib/messaging.c
  * @brief convenience API to the chat application
  * @author Christian Grothoff
  * @author Nathan Evans

Modified: GNUnet/src/applications/chat/module/chat.c
===================================================================
--- GNUnet/src/applications/chat/module/chat.c  2008-05-31 19:29:20 UTC (rev 
6946)
+++ GNUnet/src/applications/chat/module/chat.c  2008-05-31 19:34:41 UTC (rev 
6947)
@@ -24,7 +24,7 @@
  *
  * @author Christian Grothoff
  * @author Nathan Evans
- * @file applications/chat/chat.c
+ * @file applications/chat/module/chat.c
  */
 
 #include "platform.h"

Modified: GNUnet/src/applications/chat/tools/gnunet-chat.c
===================================================================
--- GNUnet/src/applications/chat/tools/gnunet-chat.c    2008-05-31 19:29:20 UTC 
(rev 6946)
+++ GNUnet/src/applications/chat/tools/gnunet-chat.c    2008-05-31 19:34:41 UTC 
(rev 6947)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file applications/chat/gnunet-chat.c
+ * @file applications/chat/tools/gnunet-chat.c
  * @brief Minimal chat command line tool
  * @author Christian Grothoff
  * @author Nathan Evans





reply via email to

[Prev in Thread] Current Thread [Next in Thread]