diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-30 10:06:42 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-30 10:06:42 +0800 |
commit | 6f940aed6e4c091812b13aff93a4f1de190a8dd3 (patch) | |
tree | 13fdab5d4aaa9882b9f8d7ea29c797c13f187e60 /shell/Makefile.am | |
parent | e8b463223ec8b3ca87a2d53f227a60d500a800e2 (diff) | |
download | gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.gz gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.zst gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.zip |
Changed $(datadir)/evolution/etspec to "$(etspecdir)" here.
2001-06-29 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (INCLUDES): Changed $(datadir)/evolution/etspec to
"$(etspecdir)" here.
svn path=/trunk/; revision=10618
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 55a2700995..99effbd86c 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -7,10 +7,10 @@ INCLUDES = -O \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ - -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \ - -DEVOLUTION_ETSPECDIR=\"$(datadir)/evolution/etspec\" \ + -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DG_LOG_DOMAIN=\"evolution-shell\" # CORBA stuff |