[Xfce4-commits] [xfce/xfce4-power-manager] 04/07: Move xfpm-config.h from src to common

noreply at xfce.org noreply at xfce.org
Tue Aug 5 10:08:47 CEST 2014


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 711f1cc73b2047d08977600e3733b69abefaa893
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Aug 4 23:46:08 2014 +0200

    Move xfpm-config.h from src to common
    
    If it's used by all components, that's the place it should be.
---
 {src => common}/xfpm-config.h |    0
 settings/Makefile.am          |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfpm-config.h b/common/xfpm-config.h
similarity index 100%
rename from src/xfpm-config.h
rename to common/xfpm-config.h
diff --git a/settings/Makefile.am b/settings/Makefile.am
index c756e11..2474031 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -5,7 +5,7 @@ xfce4_power_manager_settings_SOURCES = 				\
 	xfpm-settings-main.c					\
 	xfpm-settings.c						\
 	xfpm-settings.h						\
-	$(top_srcdir)/src/xfpm-config.h				\
+	$(top_srcdir)/common/xfpm-config.h				\
 	$(top_srcdir)/common/xfpm-enum.h				\
 	$(top_srcdir)/common/xfpm-enum-glib.h
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list