[gaim-migrate @ 7463]

Tue, 23 Sep 2003 20:08:21 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Tue, 23 Sep 2003 20:08:21 +0000
changeset 6916
c8932d06322b
parent 6915
319118162e5e
child 6917
ac9da59eb116

[gaim-migrate @ 7463]
Thanks to Todd Vierling for pointing this out, and Rob McQueen for
irritating me enough to verify it.

plugins/gaim-remote/Makefile.am file | annotate | diff | comparison | revisions
src/Makefile.am file | annotate | diff | comparison | revisions
--- a/plugins/gaim-remote/Makefile.am	Tue Sep 23 16:42:05 2003 +0000
+++ b/plugins/gaim-remote/Makefile.am	Tue Sep 23 20:08:21 2003 +0000
@@ -18,7 +18,7 @@
 plugin_LTLIBRARIES = gaim-remote.la
 
 gaim_remote_la_SOURCES = remote.c
-gaim_remote_la_LIBADD = -lgaim-remote $(GLIB_LIBS)
+gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS)
 
 endif
 
--- a/src/Makefile.am	Tue Sep 23 16:42:05 2003 +0000
+++ b/src/Makefile.am	Tue Sep 23 20:08:21 2003 +0000
@@ -181,7 +181,7 @@
 gaim_remote_DEPENDENCIES = @LIBOBJS@
 gaim_remote_LDADD = \
 	@LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \
-	-L$(top_builddir)/plugins/gaim-remote -lgaim-remote
+	$(top_builddir)/plugins/gaim-remote/libgaim-remote.la
 
 AM_CPPFLAGS = \
 	-DDATADIR=\"$(datadir)\" \

mercurial