[gnome-settings-daemon/opensuse-moblin: 13/24] Add plugins/media-keys/libhal-glib to the autotools machinery
- From: Federico Mena Quintero <federico src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/opensuse-moblin: 13/24] Add plugins/media-keys/libhal-glib to the autotools machinery
- Date: Thu, 28 Jan 2010 01:47:47 +0000 (UTC)
commit fc88681a2461bc886811de84d60aa17e3b9444a5
Author: Federico Mena Quintero <federico novell com>
Date: Tue Jan 12 14:10:07 2010 -0600
Add plugins/media-keys/libhal-glib to the autotools machinery
configure.ac | 1 +
plugins/media-keys/Makefile.am | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1008fd3..7f67419 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,6 +355,7 @@ plugins/keybindings/Makefile
plugins/keyboard/Makefile
plugins/media-keys/Makefile
plugins/media-keys/cut-n-paste/Makefile
+plugins/media-keys/libhal-glib/Makefile
plugins/mouse/Makefile
plugins/sound/Makefile
plugins/typing-break/Makefile
diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am
index 6be5a86..d9d3e8b 100644
--- a/plugins/media-keys/Makefile.am
+++ b/plugins/media-keys/Makefile.am
@@ -1,6 +1,9 @@
NULL =
-SUBDIRS =
+SUBDIRS = \
+ libhal-glib \
+ $(NULL)
+
plugin_LTLIBRARIES =
if HAVE_PULSE
@@ -40,6 +43,7 @@ libmedia_keys_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-I$(top_srcdir)/plugins/media-keys/cut-n-paste \
+ -I$(top_builddir)/plugins/media-keys/libhal-glib \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGTKBUILDERDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -55,6 +59,7 @@ libmedia_keys_la_LDFLAGS = \
libmedia_keys_la_LIBADD = \
$(top_builddir)/plugins/common/libcommon.la \
$(top_builddir)/plugins/media-keys/cut-n-paste/libgvc.la \
+ $(top_builddir)/plugins/media-keys/libhal-glib/libhal-glib.la \
$(SETTINGS_PLUGIN_LIBS) \
$(XF86MISC_LIBS)
@@ -79,6 +84,7 @@ test_media_window_SOURCES = \
test_media_window_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/media-keys/cut-n-paste \
+ -I$(top_builddir)/plugins/media-keys/libhal-glib \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGTKBUILDERDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -107,6 +113,7 @@ test_media_keys_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-I$(top_srcdir)/plugins/media-keys/cut-n-paste \
+ -I$(top_builddir)/plugins/media-keys/libhal-glib \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGTKBUILDERDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -119,6 +126,7 @@ test_media_keys_CFLAGS = \
test_media_keys_LDADD = \
$(top_builddir)/gnome-settings-daemon/libgsd-profile.la \
$(top_builddir)/plugins/common/libcommon.la \
+ $(top_builddir)/plugins/media-keys/libhal-glib/libhal-glib.la \
$(SETTINGS_DAEMON_LIBS) \
$(SETTINGS_PLUGIN_LIBS) \
$(XF86MISC_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]