diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-27 04:48:20 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-27 04:48:20 +0800 |
commit | d71561a2ae3b1cfbc3542940c7087584045f2b2e (patch) | |
tree | 402dd2e661697637417ef9621e8f60b9ac848e89 | |
parent | 47db07dee8c848e2fb56766e812753f74a5c0926 (diff) | |
download | gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.gz gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.bz2 gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.lz gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.xz gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.zst gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.zip |
Added $(EXTRA_GNOME_CFLAGS).
Tue Sep 26 16:48:49 2000 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added $(EXTRA_GNOME_CFLAGS).
svn path=/trunk/; revision=5597
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index db8ddf699c..70979f82b8 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 26 16:48:49 2000 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Added $(EXTRA_GNOME_CFLAGS). + 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * Makefile.am: add ename as a SUBDIR diff --git a/e-util/Makefile.am b/e-util/Makefile.am index bdc8655369..1c5846f40c 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -5,6 +5,7 @@ imagesdir = $(datadir)/images/evolution INCLUDES = \ -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ + $(EXTRA_GNOME_CFLAGS) \ $(UNICODE_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=\"e-utils\" \ |