[baobab] Remove unused macro definitions from makefile
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [baobab] Remove unused macro definitions from makefile
- Date: Wed, 17 Oct 2012 23:06:37 +0000 (UTC)
commit 0026370b1406fa56e66df09f4197580678709e01
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Thu Oct 18 00:57:56 2012 +0200
    Remove unused macro definitions from makefile
    
    And reindent config.vapi while touching it
 src/Makefile.am |    6 ------
 src/config.vapi |    7 +++----
 2 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a8b4f8..89d842c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,13 +1,7 @@
 NULL =
 
 AM_CPPFLAGS = \
-	-DPREFIX=\""$(prefix)"\" 				\
 	-DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\" 		\
-	-DSYSCONFDIR=\""$(sysconfdir)"\"			\
-	-DLIBDIR=\""$(libdir)"\"				\
-	-DDATADIR=\""$(datadir)"\"				\
-	-DPKGDATADIR=\""$(datadir)/baobab"\"			\
-	-DBAOBAB_PIX_DIR=\""$(datadir)/baobab/pixmaps/"\" 	\
 	-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" 	\
 	$(NULL)
 
diff --git a/src/config.vapi b/src/config.vapi
index 1ef6da5..c08f03c 100644
--- a/src/config.vapi
+++ b/src/config.vapi
@@ -1,7 +1,6 @@
 [CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
 namespace Config {
-	public const string PKGDATADIR;
-	public const string VERSION;
-	public const string GETTEXT_PACKAGE;
-	public const string GNOMELOCALEDIR;
+    public const string VERSION;
+    public const string GETTEXT_PACKAGE;
+    public const string GNOMELOCALEDIR;
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]