[rygel] build: Fix test build



commit c89acf5d4c5b00c74c1e18c9d014e640696ff761
Author: Jens Georg <mail jensge org>
Date:   Mon Aug 20 22:15:27 2012 +0200

    build: Fix test build

 tests/Makefile.am |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a021cc3..6f45dfb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -30,7 +30,7 @@ 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 --pkg gstreamer-pbutils-0.10 \
-               --pkg gupnp-dlna-1.0 --pkg uuid --vapidir=$(top_srcdir)/src/librygel-core -g
+               --pkg gupnp-dlna-1.0 --pkg uuid --vapidir=$(top_srcdir)/src/librygel-core -g \
 	       $(COVERAGE_VALAFLAGS)
 
 check_PROGRAMS = rygel-http-item-uri-test \
@@ -104,8 +104,11 @@ rygel_regression_VALAFLAGS = \
 	--vapidir $(top_builddir)/src/librygel-core
 
 rygel_regression_CFLAGS = \
-	$(AM_CFLAGS) -I$(top_builddir)/src/librygel-server \
-	-I$(top_builddir)/src/librygel-core
+	$(AM_CFLAGS) \
+	-I$(top_builddir)/src/librygel-server \
+	-I$(top_srcdir)/src/librygel-server \
+	-I$(top_builddir)/src/librygel-core \
+	-I$(top_srcdir)/src/librygel-core
 
 rygel_regression_LDADD = \
 	$(LDADD) \



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