Mercurial > pidgin.yaz
changeset 5276:b353c171fd3c
[gaim-migrate @ 5648]
compile fix for some folk
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 01 May 2003 17:53:38 +0000 |
parents | 8bd4f777489f |
children | d7771fe33cbd |
files | src/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.am Thu May 01 17:47:32 2003 +0000 +++ b/src/Makefile.am Thu May 01 17:53:38 2003 +0000 @@ -96,7 +96,7 @@ gaim_remote_SOURCES = gaim-remote.c socket.c gaim_remote_DEPENDENCIES = @LIBOBJS@ -gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) +gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) AM_CPPFLAGS = \ $(GTKSPELL_CFLAGS) \