Mercurial > pidgin.yaz
changeset 335:71be288e7578
[gaim-migrate @ 345]
Thanks to Brian Ryner for this fix. I've really gotta learn to be more careful
about these kinds of things....
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 05 Jun 2000 17:00:57 +0000 |
parents | 0fa651368776 |
children | 5a88018cc555 |
files | configure.in src/oscar.c src/server.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Jun 04 00:42:45 2000 +0000 +++ b/configure.in Mon Jun 05 17:00:57 2000 +0000 @@ -48,7 +48,7 @@ fi if test "$enable_oscar" = yes ; then - GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim/faim" + GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim" GAIM_LDADD="$GAIM_LDADD -L../libfaim -lfaim" LIBFAIM_DO="libfaim.a" fi