changeset 12033:053dcb5bc15b

[gaim-migrate @ 14326] This makes Gaim's dependence on libmediastreamer dependent on HAVE_VV. I simply used MS_LIBS, there may be a superior solution. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 09 Nov 2005 22:09:11 +0000
parents 62955c595e49
children bad5f83e7f22
files src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Wed Nov 09 21:21:29 2005 +0000
+++ b/src/Makefile.am	Wed Nov 09 22:09:11 2005 +0000
@@ -341,7 +341,7 @@
 MS_INCLUDES=-I$(top_srcdir)/src/mediastreamer
 endif
 
-gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) mediastreamer/libmediastreamer.la
+gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS)
 gaim_LDFLAGS = -export-dynamic
 gaim_LDADD = \
 	@LIBOBJS@ \