aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-24 11:11:20 +0800
committerDan Winship <danw@src.gnome.org>2000-10-24 11:11:20 +0800
commitbabd37f2f7b43ea61df0d320ac7344d18debae72 (patch)
treeb8ba1b4cee51926c2e412726210fe73099e4e4a5
parentfaed5f42e47b263f4b4d01106d4bdec1930c475f (diff)
downloadgsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar.gz
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar.bz2
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar.lz
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar.xz
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.tar.zst
gsoc2013-evolution-babd37f2f7b43ea61df0d320ac7344d18debae72.zip
Remove unused GNOMELOCALEDIR setting.
* ename/Makefile.am (INCLUDES): Remove unused GNOMELOCALEDIR setting. svn path=/trunk/; revision=6142
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/ename/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index be4a0fd10e..5851b7f508 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-23 Dan Winship <danw@helixcode.com>
+
+ * ename/Makefile.am (INCLUDES): Remove unused GNOMELOCALEDIR
+ setting.
+
2000-10-23 JP Rosevear <jpr@helixcode.com>
* e-pilot-map.c: Operate with EPilotMap structure so things are
diff --git a/e-util/ename/Makefile.am b/e-util/ename/Makefile.am
index 46b3ca0132..b3abe633df 100644
--- a/e-util/ename/Makefile.am
+++ b/e-util/ename/Makefile.am
@@ -1,5 +1,4 @@
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-DG_LOG_DOMAIN=\"EName\" \
-I$(srcdir) \
-I$(srcdir)/.. \