Author: grothoff Date: 2006-06-24 20:09:02 -0700 (Sat, 24 Jun 2006) New Revision: 3049
Modified: GNUnet/src/include/gnunet_util_crypto.h GNUnet/src/util/Makefile.am GNUnet/src/util/README Log: fix Modified: GNUnet/src/include/gnunet_util_crypto.h =================================================================== --- GNUnet/src/include/gnunet_util_crypto.h 2006-06-25 03:07:19 UTC (rev 3048) +++ GNUnet/src/include/gnunet_util_crypto.h 2006-06-25 03:09:02 UTC (rev 3049) @@ -32,7 +32,7 @@ #ifndef GNUNET_UTIL_CRYPTO_H #define GNUNET_UTIL_CRYPTO_H -#include "gnunet_util_error.h" +#include "gnunet_util.h" #ifdef __cplusplus extern "C" { Modified: GNUnet/src/util/Makefile.am =================================================================== --- GNUnet/src/util/Makefile.am 2006-06-25 03:07:19 UTC (rev 3048) +++ GNUnet/src/util/Makefile.am 2006-06-25 03:09:02 UTC (rev 3049) @@ -2,8 +2,8 @@ error string config \ getopt disk threads \ os network . \ - config_impl loggers \ - crypto cron containers + config_impl cron crypto \ + containers loggers INCLUDES = -I$(top_srcdir)/src/include Modified: GNUnet/src/util/README =================================================================== --- GNUnet/src/util/README 2006-06-25 03:07:19 UTC (rev 3048) +++ GNUnet/src/util/README 2006-06-25 03:09:02 UTC (rev 3049) @@ -8,23 +8,23 @@ util/getopt: command line parsing (depends on config) util/threads: pthread abstractions (depends on error) util/os: process and system abstractions (depends on threads, config) - --------- TODO ---------- util/network: network IO abstractions (depends on threads, config, os) util: main utility library (depends on all of the above) => these are all statically linked into gnunetutil.so +-------- TODO ---------- + +util/config_impl: implementation of config API (depends on gnunetutil.so) + => linked to gnunetutil_config.so +util/containers: implementation of bloomfilter/vector/hashset (depends on gnunetutil.so) + => linked to gnunetutil_containers.so (also requires libgnunetutil_crypto) util/cron: periodic job execution (depends on gnunetutil.so) => linked to gnunetutil_cron.so +util/crypto: implementation of crypto API (depends on gnunetutil.so) + => linked to gnunetutil_crypto.so util/loggers: specific logging implementations (depends on gnunetutil.so) => linked to gnunetutil_logging.so -util/config_impl: implementation of config API (depends on gnunetutil.so) - => linked to gnunetutil_config.so -util/crypto: implementation of crypto API (depends on gnunetutil.so) - => linked to gnunetutil_crypto.so -util/containers: implementation of bloomfilter/vector/hashset (depends on gnunetutil.so) - => linked to gnunetutil_containers.so (also requires libgnunetutil_crypto) Most GNUnet libraries and plugins will only need to (directly) link against gnunetutil.so. Some may also require crypto or containers. _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn