diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2008-12-14 17:09:34 +0000 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@src.gnome.org> | 2008-12-14 17:09:34 +0000 |
commit | 3c045573a71424b5b86aa34205265242c505ae31 (patch) | |
tree | 9dea3ab1660241694f328afb38953583d72cefb5 /cpufreq | |
parent | 87954187dc4816aae78bab1e9886b9e16b1cbcca (diff) |
Explicitly add libgnome flags and libs since it's needed for gnome-help so
2008-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
* src/Makefile.am: Explicitly add libgnome flags and libs since
it's needed for gnome-help so that it builds again now.
svn path=/trunk/; revision=11151
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/ChangeLog | 5 | ||||
-rw-r--r-- | cpufreq/src/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/cpufreq/ChangeLog b/cpufreq/ChangeLog index d8530c341..14f0ac5dc 100644 --- a/cpufreq/ChangeLog +++ b/cpufreq/ChangeLog @@ -1,3 +1,8 @@ +2008-12-14 Carlos Garcia Campos <carlosgc@gnome.org> + + * src/Makefile.am: Explicitly add libgnome flags and libs since + it's needed for gnome-help so that it builds again now. + 2008-11-14 Callum McKenzie <callum@spooky-possum.org> * cpufreq-utils.c: diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index c53b17bdc..c254a2aa1 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = $(selector_SUBDIR) INCLUDES = \ $(GNOME_APPLETS_CFLAGS) \ + $(GNOME_LIBS2_CFLAGS) \ $(LIBGLADE_CFLAGS) if HAVE_POLKIT_GNOME @@ -33,6 +34,7 @@ cpufreq_applet_SOURCES = \ cpufreq_applet_LDADD = \ $(GNOME_APPLETS_LIBS) \ + $(GNOME_LIBS2_LIBS) \ $(LIBGLADE_LIBS) \ $(LIBCPUFREQ_LIBS) |