[Xfce4-commits] <pyxfce:master> add xfconf to '__init__.py'.

Danny Milosavljevic noreply at xfce.org
Wed Dec 29 23:54:01 CET 2010


Updating branch refs/heads/master
         to 13fdab2b3ef05a53bc28be66dc1cf23e73985cc3 (commit)
       from 5d30bc1232fc6a6c50cff22f5c2f8ca3197cc957 (commit)

commit 13fdab2b3ef05a53bc28be66dc1cf23e73985cc3
Author: Danny Milosavljevic <dannym at xfce.org>
Date:   Wed Dec 29 23:50:40 2010 +0100

    add xfconf to '__init__.py'.

 __init__.py  |    2 +-
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/__init__.py b/__init__.py
index ab8916f..01e6977 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
 
-__all__ = [ "gui", "menu", "netk", "panel", "util" ]
+__all__ = [ "gui", "menu", "netk", "panel", "util", "xfconf" ]
 
 #import util
 #import gui
diff --git a/configure.ac b/configure.ac
index fe10f1e..3587f9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ m4_define(pyxfce_version, pyxfce_major_version.pyxfce_minor_version.pyxfce_micro
 m4_define(xfce_required_version, 4.4.0)
 
 AC_INIT(pyxfce, pyxfce_version, [])
+AC_CONFIG_MACRO_DIR([m4])
 
 AC_DEFINE(PYXFCE_MAJOR_VERSION, pyxfce_major_version, [pyxfce major version])
 AC_DEFINE(PYXFCE_MINOR_VERSION, pyxfce_minor_version, [pyxfce minor version])



More information about the Xfce4-commits mailing list