[gnome-applets/wip/window-picker-applet] window-picker-applet: fix building
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/window-picker-applet] window-picker-applet: fix building
- Date: Thu, 18 Sep 2014 16:49:04 +0000 (UTC)
commit 1c2d1e8b748b277948a188e01c188e39fe734e07
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Sep 18 19:45:45 2014 +0300
window-picker-applet: fix building
Makefile.am | 3 ++-
po/POTFILES.in | 3 +++
window-picker-applet/data/Makefile.am | 11 +++++++++--
window-picker-applet/po/Makefile.in.in | 1 -
window-picker-applet/po/POTFILES.in | 4 ----
window-picker-applet/po/POTFILES.skip | 3 ---
window-picker-applet/src/Makefile.am | 3 ++-
7 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1dfee05..c7476b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,8 @@ DIST_SUBDIRS = \
cpufreq \
invest-applet \
mixer \
- null_applet
+ null_applet \
+ window-picker-applet
EXTRA_DIST = \
MAINTAINERS \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index faf07ba..46f4ffb 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -93,3 +93,6 @@ stickynotes/stickynotes_callbacks.c
trashapplet/src/trashapplet.c
trashapplet/src/trash-empty.c
[type: gettext/glade]trashapplet/trashapplet-empty-progress.ui
+window-picker-applet/src/applet.c
+window-picker-applet/src/task-title.c
+window-picker-applet/src/task-item.c
diff --git a/window-picker-applet/data/Makefile.am b/window-picker-applet/data/Makefile.am
index 2048f80..172965d 100644
--- a/window-picker-applet/data/Makefile.am
+++ b/window-picker-applet/data/Makefile.am
@@ -40,10 +40,17 @@ org.gnome.panel.applet.WindowPickerFactory.service: $(service_in_files)
APPLET_LOCATION=$(libexecdir)/window-picker-applet
EXTRA_DIST = \
- $(WINDOW_PICKER_MENU_UI_DIR) \
+ $(ui_DATA) \
org.gnome.applets.WindowPicker.panel-applet.in.in \
$(gsettings_file).in.in \
$(service_in_files)
-CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_file).in $(gsettings_file)
+CLEANFILES = \
+ $(applet_DATA) \
+ $(applet_DATA).in \
+ $(service_DATA) \
+ $(gsettings_file).in \
+ $(gsettings_file) \
+ *.gschema.valid
+-include $(top_srcdir)/git.mk
diff --git a/window-picker-applet/src/Makefile.am b/window-picker-applet/src/Makefile.am
index 75e3539..65fdeeb 100644
--- a/window-picker-applet/src/Makefile.am
+++ b/window-picker-applet/src/Makefile.am
@@ -26,6 +26,7 @@ window_picker_applet_SOURCES = \
task-list.c \
task-list.h \
task-title.c \
- task-title.h
+ task-title.h \
+ common.h
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]