diff plugins/gaim-remote/Makefile.am @ 6916:7d67e5238b40

[gaim-migrate @ 7463] Thanks to Todd Vierling for pointing this out, and Rob McQueen for irritating me enough to verify it. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 23 Sep 2003 20:08:21 +0000
parents 2427a829fdfa
children f61c37936a41
line wrap: on
line diff
--- 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