summaryrefslogtreecommitdiff
path: root/plugins/media-keys/Makefile.am
diff options
context:
space:
mode:
authorTheppitak Karoonboonyanan <thep@linux.thai.net>2009-01-31 13:11:38 +0000
committerTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>2009-01-31 13:11:38 +0000
commit277d7b54a95e482874d4a7ceb6966578fd5c101a (patch)
treec2616016df1408de0af75155b2697297cd46c06f /plugins/media-keys/Makefile.am
parenta56ba9211cc5c16914711162b12a3479339aa33b (diff)
downloadgnome-settings-daemon-277d7b54a95e482874d4a7ceb6966578fd5c101a.tar.gz
Fix include paths for non-source-dir builds. (bug #569955)
2009-01-31 Theppitak Karoonboonyanan <thep@linux.thai.net> * plugins/media-keys/Makefile.am: Fix include paths for non-source-dir builds. (bug #569955) svn path=/trunk/; revision=682
Diffstat (limited to 'plugins/media-keys/Makefile.am')
-rw-r--r--plugins/media-keys/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am
index a64dbbb3..78f3b2b7 100644
--- a/plugins/media-keys/Makefile.am
+++ b/plugins/media-keys/Makefile.am
@@ -39,7 +39,7 @@ libmedia_keys_la_SOURCES = \
libmedia_keys_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
- -I$(top_builddir)/plugins/media-keys/cut-n-paste \
+ -I$(top_srcdir)/plugins/media-keys/cut-n-paste \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGLADEDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -76,7 +76,7 @@ test_media_window_SOURCES = \
test_media_window_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
- -I$(top_builddir)/plugins/media-keys/cut-n-paste \
+ -I$(top_srcdir)/plugins/media-keys/cut-n-paste \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGLADEDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -104,7 +104,7 @@ test_media_keys_SOURCES = \
test_media_keys_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
- -I$(top_builddir)/plugins/media-keys/cut-n-paste \
+ -I$(top_srcdir)/plugins/media-keys/cut-n-paste \
-DPIXMAPDIR=\""$(pkgdatadir)"\" \
-DGLADEDIR=\""$(pkgdatadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \