From 1c4e80963c5a726d56c896e9bdef777f31379af7 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Tue, 25 Sep 2012 00:26:16 +0200 Subject: [PATCH] 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) \ -- 2.7.4