[gnome-settings-daemon] build: Fix srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] build: Fix srcdir != builddir
- Date: Tue, 6 Aug 2013 20:40:25 +0000 (UTC)
commit 8aa16ea8a15ec6d6ea866aa7c175c72ed4b1d2c5
Author: Colin Walters <walters verbum org>
Date: Tue Aug 6 21:39:57 2013 +0100
build: Fix srcdir != builddir
plugins/a11y-keyboard/Makefile.am | 2 ++
plugins/a11y-settings/Makefile.am | 2 ++
plugins/clipboard/Makefile.am | 1 +
plugins/cursor/Makefile.am | 2 ++
plugins/dummy/Makefile.am | 1 +
plugins/housekeeping/Makefile.am | 2 ++
plugins/keyboard/Makefile.am | 1 +
plugins/media-keys/Makefile.am | 2 ++
plugins/mouse/Makefile.am | 2 ++
plugins/orientation/Makefile.am | 2 ++
plugins/power/Makefile.am | 1 +
plugins/print-notifications/Makefile.am | 2 ++
plugins/remote-display/Makefile.am | 2 ++
plugins/rfkill/Makefile.am | 2 ++
plugins/screensaver-proxy/Makefile.am | 2 ++
plugins/smartcard/Makefile.am | 2 ++
plugins/sound/Makefile.am | 2 ++
plugins/updates/Makefile.am | 1 +
plugins/wacom/Makefile.am | 4 ++++
plugins/xrandr/Makefile.am | 2 ++
plugins/xsettings/Makefile.am | 2 ++
21 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/plugins/a11y-keyboard/Makefile.am b/plugins/a11y-keyboard/Makefile.am
index 5dd6627..e65625c 100644
--- a/plugins/a11y-keyboard/Makefile.am
+++ b/plugins/a11y-keyboard/Makefile.am
@@ -11,6 +11,7 @@ gsd_test_a11y_keyboard_SOURCES = \
gsd_test_a11y_keyboard_CFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DGTKBUILDERDIR=\""$(pkgdatadir)"\" \
@@ -37,6 +38,7 @@ liba11y_keyboard_la_SOURCES = \
liba11y_keyboard_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DGTKBUILDERDIR=\""$(gtkbuilderdir)"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/a11y-settings/Makefile.am b/plugins/a11y-settings/Makefile.am
index c423143..a779bea 100644
--- a/plugins/a11y-settings/Makefile.am
+++ b/plugins/a11y-settings/Makefile.am
@@ -9,6 +9,7 @@ gsd_test_a11y_settings_SOURCES = \
gsd_test_a11y_settings_CFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(PLUGIN_CFLAGS) \
@@ -30,6 +31,7 @@ liba11y_settings_la_SOURCES = \
liba11y_settings_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/clipboard/Makefile.am b/plugins/clipboard/Makefile.am
index dd3e124..6fccd8d 100644
--- a/plugins/clipboard/Makefile.am
+++ b/plugins/clipboard/Makefile.am
@@ -19,6 +19,7 @@ libclipboard_la_SOURCES = \
libclipboard_la_CPPFLAGS = \
$(PLUGIN_CFLAGS) \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/cursor/Makefile.am b/plugins/cursor/Makefile.am
index 988dfba..d7666ff 100644
--- a/plugins/cursor/Makefile.am
+++ b/plugins/cursor/Makefile.am
@@ -10,6 +10,7 @@ libcursor_la_SOURCES = \
libcursor_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
@@ -38,6 +39,7 @@ gsd_test_cursor_SOURCES = \
gsd_test_cursor_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/dummy/Makefile.am b/plugins/dummy/Makefile.am
index 792d45d..9b78fec 100644
--- a/plugins/dummy/Makefile.am
+++ b/plugins/dummy/Makefile.am
@@ -10,6 +10,7 @@ libdummy_la_SOURCES = \
libdummy_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/housekeeping/Makefile.am b/plugins/housekeeping/Makefile.am
index 0e21d18..8469185 100644
--- a/plugins/housekeeping/Makefile.am
+++ b/plugins/housekeeping/Makefile.am
@@ -41,6 +41,7 @@ gsd_test_housekeeping_SOURCES = \
gsd_test_housekeeping_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
@@ -68,6 +69,7 @@ libhousekeeping_la_SOURCES = \
libhousekeeping_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/keyboard/Makefile.am b/plugins/keyboard/Makefile.am
index 7addef8..88802e9 100644
--- a/plugins/keyboard/Makefile.am
+++ b/plugins/keyboard/Makefile.am
@@ -23,6 +23,7 @@ libkeyboard_la_SOURCES = \
libkeyboard_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data \
-I$(top_srcdir)/plugins/common \
-DDATADIR=\""$(pkgdatadir)"\" \
diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am
index 28d1c37..63d3219 100644
--- a/plugins/media-keys/Makefile.am
+++ b/plugins/media-keys/Makefile.am
@@ -46,6 +46,7 @@ libmedia_keys_la_SOURCES = \
libmedia_keys_la_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-I$(top_srcdir)/plugins/media-keys/gvc \
-DBINDIR=\"$(bindir)\" \
@@ -93,6 +94,7 @@ gsd_test_media_keys_SOURCES = \
gsd_test_media_keys_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-I$(top_srcdir)/plugins/media-keys/gvc \
-DBINDIR=\"$(bindir)\" \
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am
index 514b6f4..a22d6c9 100644
--- a/plugins/mouse/Makefile.am
+++ b/plugins/mouse/Makefile.am
@@ -9,6 +9,7 @@ libmouse_la_SOURCES = \
libmouse_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common/ \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -61,6 +62,7 @@ gsd_test_mouse_SOURCES = \
gsd_test_mouse_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/orientation/Makefile.am b/plugins/orientation/Makefile.am
index 3ece540..0c06181 100644
--- a/plugins/orientation/Makefile.am
+++ b/plugins/orientation/Makefile.am
@@ -9,6 +9,7 @@ gsd_test_orientation_SOURCES = \
gsd_test_orientation_CFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(ORIENTATION_CFLAGS) \
@@ -31,6 +32,7 @@ liborientation_la_SOURCES = \
liborientation_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common/ \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
diff --git a/plugins/power/Makefile.am b/plugins/power/Makefile.am
index 42ab126..0021664 100644
--- a/plugins/power/Makefile.am
+++ b/plugins/power/Makefile.am
@@ -21,6 +21,7 @@ libpower_la_SOURCES = \
libpower_la_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DGTKBUILDERDIR=\""$(pkgdatadir)"\" \
diff --git a/plugins/print-notifications/Makefile.am b/plugins/print-notifications/Makefile.am
index ce22eb5..1f11ada 100644
--- a/plugins/print-notifications/Makefile.am
+++ b/plugins/print-notifications/Makefile.am
@@ -10,6 +10,7 @@ libprint_notifications_la_SOURCES = \
libprint_notifications_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
$(AM_CPPFLAGS) \
@@ -57,6 +58,7 @@ gsd_test_print_notifications_SOURCES = \
gsd_test_print_notifications_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/remote-display/Makefile.am b/plugins/remote-display/Makefile.am
index c359743..0e8b46d 100644
--- a/plugins/remote-display/Makefile.am
+++ b/plugins/remote-display/Makefile.am
@@ -9,6 +9,7 @@ libremote_display_la_SOURCES = \
libremote_display_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
@@ -31,6 +32,7 @@ gsd_test_remote_display_SOURCES = \
gsd_test_remote_display_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/rfkill/Makefile.am b/plugins/rfkill/Makefile.am
index 73bf107..0d5cc2d 100644
--- a/plugins/rfkill/Makefile.am
+++ b/plugins/rfkill/Makefile.am
@@ -12,6 +12,7 @@ gsd_test_rfkill_SOURCES = \
gsd_test_rfkill_CFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(PLUGIN_CFLAGS) \
@@ -35,6 +36,7 @@ librfkill_la_SOURCES = \
librfkill_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/screensaver-proxy/Makefile.am b/plugins/screensaver-proxy/Makefile.am
index 5b5e812..c6084c6 100644
--- a/plugins/screensaver-proxy/Makefile.am
+++ b/plugins/screensaver-proxy/Makefile.am
@@ -9,6 +9,7 @@ libscreensaver_proxy_la_SOURCES = \
libscreensaver_proxy_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
@@ -31,6 +32,7 @@ gsd_test_screensaver_proxy_SOURCES = \
gsd_test_screensaver_proxy_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
diff --git a/plugins/smartcard/Makefile.am b/plugins/smartcard/Makefile.am
index b0e972b..e0b85f3 100644
--- a/plugins/smartcard/Makefile.am
+++ b/plugins/smartcard/Makefile.am
@@ -37,6 +37,7 @@ gsd_test_smartcard_SOURCES = \
gsd_test_smartcard_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLIBDIR=\""$(libdir)"\" \
@@ -72,6 +73,7 @@ libsmartcard_la_SOURCES = \
libsmartcard_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-I$(top_srcdir)/plugins/common \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
diff --git a/plugins/sound/Makefile.am b/plugins/sound/Makefile.am
index ee66f6d..e7dce72 100644
--- a/plugins/sound/Makefile.am
+++ b/plugins/sound/Makefile.am
@@ -9,6 +9,7 @@ gsd_test_sound_SOURCES = \
gsd_test_sound_CFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(SOUND_CFLAGS) \
@@ -32,6 +33,7 @@ libsound_la_SOURCES = \
libsound_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/updates/Makefile.am b/plugins/updates/Makefile.am
index d921401..cbba81f 100644
--- a/plugins/updates/Makefile.am
+++ b/plugins/updates/Makefile.am
@@ -15,6 +15,7 @@ libupdates_la_SOURCES = \
libupdates_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
$(AM_CPPFLAGS)
diff --git a/plugins/wacom/Makefile.am b/plugins/wacom/Makefile.am
index 7ba8164..01ee14a 100644
--- a/plugins/wacom/Makefile.am
+++ b/plugins/wacom/Makefile.am
@@ -20,6 +20,7 @@ libgsdwacom_la_SOURCES = \
libgsdwacom_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common/ \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -106,6 +107,7 @@ gsd_test_wacom_SOURCES = \
gsd_test_wacom_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DBINDIR=\"$(bindir)\" \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
@@ -137,6 +139,7 @@ gsd_list_wacom_SOURCES = \
gsd_list_wacom_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DBINDIR=\"$(bindir)\" \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
@@ -172,6 +175,7 @@ gsd_test_wacom_osd_SOURCES = \
gsd_test_wacom_osd_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DBINDIR=\"$(bindir)\" \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am
index 3277a3e..f6bf4fe 100644
--- a/plugins/xrandr/Makefile.am
+++ b/plugins/xrandr/Makefile.am
@@ -39,6 +39,7 @@ gsd_test_xrandr_SOURCES = \
gsd_test_xrandr_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
@@ -67,6 +68,7 @@ libxrandr_la_SOURCES = \
libxrandr_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/plugins/common/ \
-DBINDIR=\"$(bindir)\" \
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am
index 194b4bb..467fc85 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -21,6 +21,7 @@ test_gtk_modules_LDADD = \
test_gtk_modules_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon- GSD_API_VERSION@/gtk-modules/"\" \
@@ -65,6 +66,7 @@ libxsettings_la_SOURCES = \
libxsettings_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data/ \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon- GSD_API_VERSION@/gtk-modules/"\" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]