[gnome-control-center/extensible-shell] default-applications: add the correct CFLAGS/LIBS
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/extensible-shell] default-applications: add the correct CFLAGS/LIBS
- Date: Tue, 4 May 2010 21:47:52 +0000 (UTC)
commit 67bf5e2a9dde9c3b5c99fd45b1731ba1fc934f78
Author: Thomas Wood <thomas wood intel com>
Date: Tue May 4 22:47:45 2010 +0100
default-applications: add the correct CFLAGS/LIBS
Add the correct CFLAGS and LIBS entries to allow the default-applications
application to compile and link successfully.
capplets/Makefile.am | 1 +
capplets/default-applications/Makefile.am | 6 +++++-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/capplets/Makefile.am b/capplets/Makefile.am
index 2e1753e..84240f1 100644
--- a/capplets/Makefile.am
+++ b/capplets/Makefile.am
@@ -2,6 +2,7 @@ NULL =
SUBDIRS = \
appearance \
+ default-applications \
keyboard \
mouse \
network \
diff --git a/capplets/default-applications/Makefile.am b/capplets/default-applications/Makefile.am
index d099d9b..6a98ea1 100644
--- a/capplets/default-applications/Makefile.am
+++ b/capplets/default-applications/Makefile.am
@@ -5,7 +5,10 @@ bin_PROGRAMS = gnome-default-applications-properties
bin_SCRIPTS = gnome-at-visual gnome-at-mobility
-gnome_default_applications_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
+gnome_default_applications_properties_LDADD = \
+ $(GNOMECC_CAPPLETS_LIBS) \
+ $(EXTENSION_LIBS)
+
gnome_default_applications_properties_SOURCES = \
gnome-da-capplet.c gnome-da-capplet.h \
gnome-da-xml.c gnome-da-xml.h \
@@ -40,6 +43,7 @@ xmldata_DATA = $(xmldata_in_files:.xml.in=.xml)
INCLUDES = \
$(GNOMECC_CAPPLETS_CFLAGS) \
+ $(EXTENSION_CFLAGS) \
$(DEFAULT_APPLICATIONS_CAPPLET_CFLAGS) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
-DGNOMECC_UI_DIR=\""$(uidir)"\" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]