Mercurial > pidgin.yaz
diff src/Makefile.am @ 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 | 1a53330dfd34 |
| children | ad445074d239 |
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) \
