diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 2000-02-19 07:39:20 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-02-19 07:39:20 +0800 |
commit | d82170a3f75247fdce0a6c8b922eda503dfdd2fb (patch) | |
tree | aed679bd27a18d1b6383d36822e2780a1388981e /libical/Makefile | |
parent | e958e1ef3a82ef342f6253f33321417913840ba6 (diff) | |
download | gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.gz gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.bz2 gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.lz gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.xz gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.zst gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.zip |
Make gnomeui the last library on the command line, as its path is the one
2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* configure.in: Make gnomeui the last library on the command line,
as its path is the one most likely to hold other old libraries
(libxml) and we need newer versions.
svn path=/trunk/; revision=1844
Diffstat (limited to 'libical/Makefile')
-rw-r--r-- | libical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libical/Makefile b/libical/Makefile index 97ea715bbf..226637ac9e 100644 --- a/libical/Makefile +++ b/libical/Makefile @@ -3,7 +3,7 @@ VERSION = 0.15 DISTNAME = libical SUBDIRS = src -prefix = /usr/local +prefix = /home/miguel PREFIX = ${prefix} EXEC_PREFIX = ${prefix} BIN_DIR = $(EXEC_PREFIX)/bin |