Explicitly link against gio. Fix link error on mac.
authorAlessandro Decina <alessandro.d@gmail.com>
Sat, 6 Oct 2012 13:49:07 +0000 (15:49 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Mon, 15 Oct 2012 08:50:26 +0000 (10:50 +0200)
gst/rtsp-server/Makefile.am

index 43b54c4..bbc6632 100644 (file)
@@ -39,7 +39,7 @@ libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
     -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
             -lgstsdp-@GST_API_VERSION@ \
             -lgstapp-@GST_API_VERSION@ \
-           $(GST_LIBS) $(LIBM)
+           $(GST_LIBS) $(GIO_LIBS) $(LIBM)
 libgstrtspserver_@GST_API_VERSION@_la_LIBTOOLFLAGS = --tag=disable-static
 
 libgstrtspserver_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/rtsp-server