gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3183 - in GNUnet/src/applications: fragmentation identity


From: grothoff
Subject: [GNUnet-SVN] r3183 - in GNUnet/src/applications: fragmentation identity session transport
Date: Sat, 29 Jul 2006 23:22:19 -0700 (PDT)

Author: grothoff
Date: 2006-07-29 23:22:18 -0700 (Sat, 29 Jul 2006)
New Revision: 3183

Modified:
   GNUnet/src/applications/fragmentation/Makefile.am
   GNUnet/src/applications/identity/Makefile.am
   GNUnet/src/applications/session/Makefile.am
   GNUnet/src/applications/transport/Makefile.am
Log:
linking

Modified: GNUnet/src/applications/fragmentation/Makefile.am
===================================================================
--- GNUnet/src/applications/fragmentation/Makefile.am   2006-07-30 06:18:07 UTC 
(rev 3182)
+++ GNUnet/src/applications/fragmentation/Makefile.am   2006-07-30 06:22:18 UTC 
(rev 3183)
@@ -8,7 +8,9 @@
 libgnunetmodule_fragmentation_la_SOURCES = \
   fragmentation.c 
 libgnunetmodule_fragmentation_la_LIBADD = \
- $(top_builddir)/src/util/libgnunetutil.la 
+ $(top_builddir)/src/util/libgnunetutil.la  \
+ $(top_builddir)/src/util/cron/libgnunetutil_cron.la \
+ $(top_builddir)/src/util/crypto/libgnunetutil_crypto.la 
 libgnunetmodule_fragmentation_la_LDFLAGS = \
   -export-dynamic -avoid-version -module
 

Modified: GNUnet/src/applications/identity/Makefile.am
===================================================================
--- GNUnet/src/applications/identity/Makefile.am        2006-07-30 06:18:07 UTC 
(rev 3182)
+++ GNUnet/src/applications/identity/Makefile.am        2006-07-30 06:22:18 UTC 
(rev 3183)
@@ -13,7 +13,9 @@
   hostkey.c \
   hostkey.h
 libgnunetmodule_identity_la_LIBADD = \
- $(top_builddir)/src/util/libgnunetutil.la 
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/util/cron/libgnunetutil_cron.la \
+ $(top_builddir)/src/util/crypto/libgnunetutil_crypto.la 
 libgnunetmodule_identity_la_LDFLAGS = \
   -export-dynamic -avoid-version -module
 

Modified: GNUnet/src/applications/session/Makefile.am
===================================================================
--- GNUnet/src/applications/session/Makefile.am 2006-07-30 06:18:07 UTC (rev 
3182)
+++ GNUnet/src/applications/session/Makefile.am 2006-07-30 06:22:18 UTC (rev 
3183)
@@ -8,7 +8,8 @@
 libgnunetmodule_session_la_SOURCES = \
   connect.c 
 libgnunetmodule_session_la_LIBADD = \
- $(top_builddir)/src/util/libgnunetutil.la 
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/util/crypto/libgnunetutil_crypto.la 
 libgnunetmodule_session_la_LDFLAGS = \
   -export-dynamic -avoid-version -module
 

Modified: GNUnet/src/applications/transport/Makefile.am
===================================================================
--- GNUnet/src/applications/transport/Makefile.am       2006-07-30 06:18:07 UTC 
(rev 3182)
+++ GNUnet/src/applications/transport/Makefile.am       2006-07-30 06:22:18 UTC 
(rev 3183)
@@ -9,7 +9,9 @@
 libgnunetmodule_transport_la_SOURCES = \
   transport.c 
 libgnunetmodule_transport_la_LIBADD = \
- $(top_builddir)/src/util/libgnunetutil.la 
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/util/cron/libgnunetutil_cron.la \
+ $(top_builddir)/src/util/crypto/libgnunetutil_crypto.la 
 libgnunetmodule_transport_la_LDFLAGS = \
   -export-dynamic -avoid-version -module
 





reply via email to

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