[gnome-applets/rendering-cleanup: 1/12] cpufreq: Link to dbus-glib
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/rendering-cleanup: 1/12] cpufreq: Link to dbus-glib
- Date: Thu, 28 Oct 2010 11:04:52 +0000 (UTC)
commit c5ab99674de1d0fc6f7f3478d3e419311ae36e8a
Author: Benjamin Otte <otte redhat com>
Date: Fri Aug 20 12:23:12 2010 +0200
cpufreq: Link to dbus-glib
https://bugzilla.gnome.org/show_bug.cgi?id=627490
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..958506d 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_CFLAG)
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]