[rygel] Fix typo in librygel-core Makefile.am (GIO_LIBS vs LIBGIO_LIBS)



commit 1c4e80963c5a726d56c896e9bdef777f31379af7
Author: Andreas Henriksson <andreas fatal se>
Date:   Tue Sep 25 00:26:16 2012 +0200

    Fix typo in librygel-core Makefile.am (GIO_LIBS vs LIBGIO_LIBS)

 src/librygel-core/Makefile.am |    2 +-
 tests/Makefile.am             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/librygel-core/Makefile.am b/src/librygel-core/Makefile.am
index a652a1d..2947384 100644
--- a/src/librygel-core/Makefile.am
+++ b/src/librygel-core/Makefile.am
@@ -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)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b002e47..003239c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]