[gnome-control-center] keyboard: consolidate multiple INCLUDES definitions into one
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] keyboard: consolidate multiple INCLUDES definitions into one
- Date: Mon, 24 May 2010 22:22:01 +0000 (UTC)
commit 465d0bb7d9960bc891b3c738f87b36e4a9d4e925
Author: Thomas Wood <thomas wood intel com>
Date: Mon May 24 23:03:38 2010 +0100
keyboard: consolidate multiple INCLUDES definitions into one
panels/keyboard/Makefile.am | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/panels/keyboard/Makefile.am b/panels/keyboard/Makefile.am
index 90cf552..510adfc 100644
--- a/panels/keyboard/Makefile.am
+++ b/panels/keyboard/Makefile.am
@@ -4,12 +4,12 @@ cappletname = keyboard
INCLUDES = \
$(PANEL_CFLAGS) \
$(GNOMECC_CAPPLETS_CFLAGS) \
+ $(LIBGNOMEKBDUI_CFLAGS) \
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DGNOMECC_UI_DIR="\"$(uidir)\""
$(NULL)
-
ccpanelsdir = $(PANELS_DIR)
ccpanels_LTLIBRARIES = libkeyboard-properties.la
@@ -45,12 +45,6 @@ desktopdir = $(datadir)/applications
Desktop_in_files = keyboard.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
-INCLUDES = \
- $(GNOMECC_CAPPLETS_CFLAGS) \
- $(LIBGNOMEKBDUI_CFLAGS) \
- -DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
- -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
- -DGNOMECC_UI_DIR="\"$(uidir)\""
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
EXTRA_DIST = $(ui_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]