diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 20:41:11 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 20:41:11 +0800 |
commit | 7fe7d3226c88feb35a9a5d39fc1f76506862f526 (patch) | |
tree | 05cbe5b81ea7016d7187ce499ea94c76be850454 /e-util/Makefile.am | |
parent | c35bdba605ff37ac6cb3f25ed81d5850d1a24e31 (diff) | |
download | gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.gz gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.bz2 gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.lz gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.xz gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.zst gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.zip |
Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined
2005-06-18 Tor Lillqvist <tml@novell.com>
* Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined
GNOME_INCLUDEDIR.
* e-win32-reloc.c: Add getter for helpdir.
* e-util-private.h: Corresponding change.
svn path=/trunk/; revision=29540
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 7cc3ee1f26..7c3bd69921 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -11,6 +11,7 @@ INCLUDES = \ -I$(top_builddir) \ -DEVOLUTION_PREFIX=\""$(prefix)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ + -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\" \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\" \ -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ @@ -21,7 +22,6 @@ INCLUDES = \ $(GNOME_PILOT_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_FULL_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ $(ICONV_CFLAGS) \ $(E_UTIL_CFLAGS) |