[gnome-control-center/extensible-shell] Fix building about-me capplet
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center/extensible-shell] Fix building about-me capplet
- Date: Thu, 11 Feb 2010 12:37:17 +0000 (UTC)
commit 2de6be9de1325f1158e8c1e6425df8c1574f2ccf
Author: Thomas Wood <thomas wood intel com>
Date: Thu Feb 11 12:36:15 2010 +0000
Fix building about-me capplet
capplets/about-me/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am
index 84cbc81..a987d64 100644
--- a/capplets/about-me/Makefile.am
+++ b/capplets/about-me/Makefile.am
@@ -31,8 +31,8 @@ marshal.c: fprintd-marshal.list
if BUILD_ABOUTME
bin_PROGRAMS = gnome-about-me
-gnome_about_me_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(LIBEBOOK_LIBS)
-gnome_about_me_LDFLAGS = -export-dynamic
+gnome_about_me_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(LIBEBOOK_LIBS) $(EXTENSION_LIBS) $(EXTENSION_COMMON_LIBS)
+gnome_about_me_LDFLAGS = -export-dynamic $(EXTENSION_LIBTOOL_FLAGS)
@INTLTOOL_DESKTOP_RULE@
@@ -43,6 +43,7 @@ uidir = $(pkgdatadir)/ui
ui_DATA = $(ui_files)
INCLUDES = \
+ $(EXTENSION_CFLAGS) \
$(GNOMECC_CAPPLETS_CFLAGS) \
$(LIBEBOOK_CFLAGS) \
-DDATADIR="\"$(datadir)\"" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]