gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7854 - in GNUnet: . src


From: gnunet
Subject: [GNUnet-SVN] r7854 - in GNUnet: . src
Date: Wed, 5 Nov 2008 01:54:16 -0700 (MST)

Author: holindho
Date: 2008-11-05 01:54:16 -0700 (Wed, 05 Nov 2008)
New Revision: 7854

Modified:
   GNUnet/configure.ac
   GNUnet/src/Makefile.am
Log:
helper for OS X framework build


Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2008-11-05 06:37:00 UTC (rev 7853)
+++ GNUnet/configure.ac 2008-11-05 08:54:16 UTC (rev 7854)
@@ -897,6 +897,9 @@
 fi
 AM_CONDITIONAL(HAVE_QT, test x$qt != x0)
 
+AC_ARG_ENABLE(framework, [  --enable-framework      enable Mac OS X framework 
build helpers],enable_framework_build=$enableval)
+AM_CONDITIONAL(WANT_FRAMEWORK, test x$enable_framework_build = xyes)
+
 AC_SUBST(LIBPREFIX)
 AC_SUBST(DLLDIR)
 AC_SUBST(EXT_LIB_PATH)
@@ -1037,6 +1040,11 @@
  AC_MSG_NOTICE([WARNING: Asynchronous resolver (adns or c-ares) not found, 
will use synchronous DNS resolution.])
 fi
 
+if test "$enable_framework_build" = "yes"
+then
+  AC_MSG_NOTICE([NOTICE: Mac OS X framework build enabled.])
+fi
+
 AC_MSG_NOTICE([********************************************
 You can build GNUnet with
        make install

Modified: GNUnet/src/Makefile.am
===================================================================
--- GNUnet/src/Makefile.am      2008-11-05 06:37:00 UTC (rev 7853)
+++ GNUnet/src/Makefile.am      2008-11-05 08:54:16 UTC (rev 7854)
@@ -1 +1,28 @@
-SUBDIRS        = include util libs setup server transports applications 
+SUBDIRS = include util libs setup server transports applications
+
+if WANT_FRAMEWORK
+lib_LTLIBRARIES = libgnunet.la
+endif
+
+libgnunet_la_SOURCES =
+libgnunet_la_LIBADD = \
+ util/libgnunetutil.la \
+ setup/lib/libgnunetsetup.la \
+ applications/fs/libgnunetecrs_core.la \
+ applications/fs/lib/libgnunetfs.la \
+ applications/rpc/libgnunetrpc_util.la \
+ applications/identity/libgnunetidentity_api.la \
+ applications/getoption/libgnunetgetoption_api.la \
+ applications/dht/tools/libgnunetdht_api.la \
+ applications/stats/libgnunetstats_api.la \
+ applications/tracekit/libgnunettracekit_api.la \
+ applications/traffic/libgnunettraffic_api.la \
+ applications/chat/lib/libgnunetchat_api.la \
+ applications/testing/libgnunetremote_api.la \
+ applications/testing/libgnunettesting_api.la \
+ applications/fs/ecrs/libgnunetecrs.la \
+ applications/fs/uritrack/libgnuneturitrack.la \
+ applications/fs/namespace/libgnunetnamespace.la \
+ applications/fs/fsui/libgnunetfsui.la \
+ applications/fs/collection/libgnunetcollection.la
+ 





reply via email to

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