[gnome-applets] Add dbus-glib to CFLAGS and LDADD to make this compile
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] Add dbus-glib to CFLAGS and LDADD to make this compile
- Date: Mon, 23 Aug 2010 21:57:37 +0000 (UTC)
commit eb187f06a2ad4660e9e6d7f08a4332707eb4de75
Author: Kjartan Maraas <kmaraas gnome org>
Date: Mon Aug 23 23:57:29 2010 +0200
Add dbus-glib to CFLAGS and LDADD to make this compile
cpufreq/src/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am
index 2f94de7..0fb2983 100644
--- a/cpufreq/src/Makefile.am
+++ b/cpufreq/src/Makefile.am
@@ -7,7 +7,8 @@ SUBDIRS = $(selector_SUBDIR)
INCLUDES = \
-DCPUFREQ_MENU_UI_DIR=\""$(datadir)/gnome-2.0/ui"\" \
$(GNOME_APPLETS3_CFLAGS) \
- $(LIBGLADE_CFLAGS)
+ $(LIBGLADE_CFLAGS) \
+ $(DBUS_CFLAGS)
libexec_PROGRAMS = cpufreq-applet
@@ -31,7 +32,8 @@ cpufreq_applet_SOURCES = \
cpufreq_applet_LDADD = \
$(GNOME_APPLETS3_LIBS) \
$(LIBGLADE_LIBS) \
- $(LIBCPUFREQ_LIBS)
+ $(LIBCPUFREQ_LIBS) \
+ $(DBUS_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]