Fix typo in librygel-core Makefile.am (GIO_LIBS vs LIBGIO_LIBS)
authorAndreas Henriksson <andreas@fatal.se>
Mon, 24 Sep 2012 22:26:16 +0000 (00:26 +0200)
committerJens Georg <jensg@openismus.com>
Sat, 6 Oct 2012 16:18:21 +0000 (18:18 +0200)
src/librygel-core/Makefile.am
tests/Makefile.am

index a652a1d..2947384 100644 (file)
@@ -25,7 +25,7 @@ librygel_core_2_0_la_VALAFLAGS = \
 librygel_core_2_0_la_LIBADD = \
        $(RYGEL_BASE_LIBS) \
        $(LIBGSSDP_LIBS) \
-       $(GIO_LIBS)
+       $(LIBGIO_LIBS)
 
 RYGEL_CORE_VERSION=1:0:0
 librygel_core_2_0_la_LDFLAGS = -version-info $(RYGEL_CORE_VERSION)
index b002e47..003239c 100644 (file)
@@ -20,7 +20,7 @@ LDADD = $(LIBGUPNP_LIBS) \
        $(LIBGSTREAMER_LIBS) \
        $(GSTREAMER_BASE_LIBS) \
        $(GST_PBU_LIBS) \
-       $(GIO_LIBS) \
+       $(LIBGIO_LIBS) \
        $(GEE_LIBS) \
        $(UUID_LIBS) \
        $(LIBSOUP_LIBS) \