[Xfce4-commits] <xfce4-power-manager:master> Use MAINTAINERCLEANFILES for the interface file

Ali Abdallah noreply at xfce.org
Tue Oct 6 15:30:02 CEST 2009


Updating branch refs/heads/master
         to e277cb14c45c8743c011bf37dfc86d8237826350 (commit)
       from 05da20fa24fd8e0872940b94ff7fe26db1429512 (commit)

commit e277cb14c45c8743c011bf37dfc86d8237826350
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Tue Oct 6 15:28:01 2009 +0000

    Use MAINTAINERCLEANFILES for the interface file

 configure.ac.in             |    6 +++---
 data/interfaces/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 0e581bc..6a0fc0c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfpm_version_major],  [0])
 m4_define([xfpm_version_minor],  [8])
-m4_define([xfpm_version_micro],  [4])
-m4_define([xfpm_version_build],  [])
-m4_define([xfpm_version_tag],[])
+m4_define([xfpm_version_micro],  [4.1])
+m4_define([xfpm_version_build],  [@REVISION@])
+m4_define([xfpm_version_tag],[git])
 m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
 
 AC_INIT([xfce4-power-manager], [xfpm_version], [http://bugzilla.xfce.org/])
diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index 97c67c9..f7e309f 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -10,7 +10,7 @@ xfpm-settings_ui.h: xfpm-settings.ui
 	exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
 endif
 
-DISTCLEANFILES =				\
+MAINTAINERCLEANFILES =				\
 	$(interfaces_h)
 
 EXTRA_DIST =					\



More information about the Xfce4-commits mailing list