gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25080 - in gnunet-update: . src src/gnunet_update


From: gnunet
Subject: [GNUnet-SVN] r25080 - in gnunet-update: . src src/gnunet_update
Date: Wed, 21 Nov 2012 10:39:04 +0100

Author: harsha
Date: 2012-11-21 10:39:04 +0100 (Wed, 21 Nov 2012)
New Revision: 25080

Added:
   gnunet-update/src/gnunet_update/Makefile.am
Modified:
   gnunet-update/configure.ac
   gnunet-update/src/Makefile.am
Log:
installing python code with autotools

Modified: gnunet-update/configure.ac
===================================================================
--- gnunet-update/configure.ac  2012-11-21 09:23:03 UTC (rev 25079)
+++ gnunet-update/configure.ac  2012-11-21 09:39:04 UTC (rev 25080)
@@ -20,9 +20,9 @@
 # Process this file with autoconf to produce a configure script.
 #
 AC_PREREQ(2.61)
-AC_INIT([gnunet-ext],[0.0.0],address@hidden)
-AM_INIT_AUTOMAKE([gnunet-ext], [0.0.0])
-AM_CONFIG_HEADER(gnunet_ext_config.h)
+AC_INIT([gnunet-update],[0.0.0],address@hidden)
+AM_INIT_AUTOMAKE([gnunet-update], [0.0.0])
+AM_CONFIG_HEADER(gnunet_update_config.h)
 
 AH_TOP([#define _GNU_SOURCE  1])
 
@@ -41,6 +41,9 @@
 AC_HEADER_STDC
 AC_CANONICAL_HOST
 
+# Python support
+AM_PATH_PYTHON([2.6])
+
 # dynamic libraries/plugins
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
@@ -168,7 +171,7 @@
 
 if test "x$gnunet" == "x0"
 then
-  AC_MSG_ERROR([gnunet-gtk requires GNUnet])
+  AC_MSG_ERROR([gnunet-update requires GNUnet])
 fi
 
 AC_SUBST(GNUNET_CFLAGS)

Modified: gnunet-update/src/Makefile.am
===================================================================
--- gnunet-update/src/Makefile.am       2012-11-21 09:23:03 UTC (rev 25079)
+++ gnunet-update/src/Makefile.am       2012-11-21 09:39:04 UTC (rev 25080)
@@ -1,2 +1,2 @@
-SUBDIRS = include ext .
+SUBDIRS = include ext gnunet_update .
 

Added: gnunet-update/src/gnunet_update/Makefile.am
===================================================================
--- gnunet-update/src/gnunet_update/Makefile.am                         (rev 0)
+++ gnunet-update/src/gnunet_update/Makefile.am 2012-11-21 09:39:04 UTC (rev 
25080)
@@ -0,0 +1,14 @@
+gnunet_update_PYTHON = \
+  __init__.py \
+  __main__.py \
+  config.py \
+  group.py \
+  install.py \
+  metadata.py \
+  update.py \
+  package.py \
+  util.py \
+  file.py \
+  install_manifest.py
+
+gnunet_updatedir = $(pkgpythondir)




reply via email to

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