[rygel] tests: Fix build



commit a8d20fbf7045f75cad5e80b55f7d74624283632f
Author: Jens Georg <mail jensge org>
Date:   Mon Dec 5 23:00:41 2011 +0100

    tests: Fix build

 tests/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d6fb113..5c31867 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,6 +4,7 @@ AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
 	    $(LIBGUPNP_AV_CFLAGS) \
 	    $(LIBGSTREAMER_CFLAGS) \
 	    $(GSTREAMER_BASE_CFLAGS) \
+	    $(GST_PBU_CFLAGS) \
 	    $(GIO_CFLAGS) \
 	    $(GEE_CFLAGS) \
 	    $(UUID_CFLAGS) \
@@ -15,6 +16,7 @@ LDADD = $(LIBGUPNP_LIBS) \
 	$(LIBGUPNP_AV_LIBS) \
 	$(LIBGSTREAMER_LIBS) \
 	$(GSTREAMER_BASE_LIBS) \
+	$(GST_PBU_LIBS) \
 	$(GIO_LIBS) \
 	$(GEE_LIBS) \
 	$(UUID_LIBS) \
@@ -23,7 +25,7 @@ LDADD = $(LIBGUPNP_LIBS) \
 AM_VALAFLAGS = --disable-warnings --thread \
 	       --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
                --pkg gconf-2.0 --pkg gstreamer-0.10 --pkg gstreamer-base-0.10 \
-               --pkg gio-2.0 --pkg gee-1.0 -g
+               --pkg gio-2.0 --pkg gee-1.0 --pkg gstreamer-pbutils-0.10 -g
 
 check_PROGRAMS = rygel-http-item-uri-test \
 		 rygel-http-response-test \



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