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 /e-util/Makefile.am | |
parent | 47db07dee8c848e2fb56766e812753f74a5c0926 (diff) | |
download | gsoc2013-evolution-d71561a2ae3b1cfbc3542940c7087584045f2b2e.tar.gz 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
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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\" \ |