diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-09-13 02:14:01 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-09-13 02:14:01 +0800 |
commit | 431f07549f530553a778f61d8cd376c21fd8093f (patch) | |
tree | eb313ad0f0094a08950ec689ae8a2b4df1a006fb /libical/src | |
parent | 8b364a6d1675059f1330f88513004d25c32fcfce (diff) | |
download | gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar.gz gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar.bz2 gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar.lz gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar.xz gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.tar.zst gsoc2013-evolution-431f07549f530553a778f61d8cd376c21fd8093f.zip |
Subst in Evolution install variables.
2002-09-12 Hans Petter Jansson <hpj@ximian.com>
* configure.in: Subst in Evolution install variables.
* src/libical/Makefile.am (CPPFLAGS): Use Evolution's privdatadir.
svn path=/trunk/; revision=22553
Diffstat (limited to 'libical/src')
-rw-r--r-- | libical/src/libical/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/src/libical/Makefile.am b/libical/src/libical/Makefile.am index 2249db8602..e96d26a778 100644 --- a/libical/src/libical/Makefile.am +++ b/libical/src/libical/Makefile.am @@ -2,7 +2,7 @@ # FILE: Makefile.am # CREATOR: eric # -# $Id: Makefile.am,v 1.36 2003/09/11 22:04:19 hansp Exp $ +# $Id: Makefile.am,v 1.37 2003/09/12 18:14:01 hansp Exp $ # # # (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org @@ -40,7 +40,7 @@ noinst_LTLIBRARIES = libical-static.la libical_static_la_SOURCES = $(libical_la_SOURCES) libical_static_la_LDFLAGS = --all-static -CPPFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" +CPPFLAGS = -DPACKAGE_DATA_DIR=\""$(privdatadir)"\" # CFLAGS = -g |