[Xfce4-commits] [xfce/xfce4-power-manager] 28/64: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Mon May 26 06:00:23 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit c78b4b5c96fa6213bd07d23729557b36d92e21ef
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun May 4 12:17:10 2014 +0300
Fix make distcheck
---
po/POTFILES.in | 6 ++++--
settings/Makefile.am | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ea09e91..6ccb289 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,8 +4,8 @@ settings/xfpm-settings.c
settings/xfpm-settings-main.c
settings/xfce4-power-manager-settings.desktop.in
common/xfpm-common.c
+common/xfpm-power-common.c
src/xfpm-power.c
-src/xfpm-power-common.c
src/xfpm-backlight.c
src/xfpm-battery.c
src/xfpm-battery.c
@@ -13,10 +13,12 @@ src/xfpm-main.c
src/xfpm-network-manager.c
src/xfpm-dpms.c
src/xfpm-inhibit.c
-src/xfpm-power-info.c
+src/xfpm-manager.c
src/xfpm-pm-helper.c
src/xfpm-suspend.c
src/xfce4-power-manager.desktop.in
src/org.xfce.power.policy.in2
panel-plugins/brightness/brightness-button.c
panel-plugins/brightness/xfce4-brightness-plugin.desktop.in.in
+panel-plugins/battery/battery-button.c
+panel-plugins/battery/xfce4-battery-plugin.desktop.in.in
diff --git a/settings/Makefile.am b/settings/Makefile.am
index 7d80680..f96d713 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -6,8 +6,8 @@ xfce4_power_manager_settings_SOURCES = \
xfpm-settings.c \
xfpm-settings.h \
$(top_srcdir)/src/xfpm-config.h \
- $(top_srcdir)/src/xfpm-enum.h \
- $(top_srcdir)/src/xfpm-enum-glib.h
+ $(top_srcdir)/common/xfpm-enum.h \
+ $(top_srcdir)/common/xfpm-enum-glib.h
xfce4_power_manager_settings_CFLAGS = \
-I$(top_srcdir) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list