# HG changeset patch # User Nathan Walp # Date 1051811618 0 # Node ID b353c171fd3c8f372df96fbbbfca0a6cc2b67672 # Parent 8bd4f777489f2898c36a2d7de02e865f08b6ffaf [gaim-migrate @ 5648] compile fix for some folk committer: Tailor Script diff -r 8bd4f777489f -r b353c171fd3c src/Makefile.am --- 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) \