[rygel] tests: One LDADD for all test applications



commit 1f0703f1fc18fd70fde9ee31ba84f2341aef7d89
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Mar 15 16:39:48 2010 +0200

    tests: One LDADD for all test applications

 tests/Makefile.am |   27 +++++++++------------------
 1 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bb56097..fbdfd7b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,6 +11,15 @@ AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
 	    -I$(top_srcdir) -DDATA_DIR='"$(shareddir)"' \
 	    -include config.h
 
+LDADD = $(LIBGUPNP_LIBS) \
+	$(LIBGUPNP_AV_LIBS) \
+	$(LIBGSTREAMER_LIBS) \
+	$(GIO_LIBS) \
+	$(GEE_LIBS) \
+	$(UUID_LIBS) \
+	$(LIBSOUP_LIBS) \
+	$(LIBDBUS_GLIB_LIBS)
+
 AM_VALAFLAGS = --thread \
 	       --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
                --pkg gconf-2.0 --pkg gstreamer-0.10 \
@@ -23,24 +32,6 @@ TESTS = $(check_PROGRAMS)
 rygel_http_item_uri_test_SOURCES = rygel-http-item-uri-test.vala \
                                    rygel-http-item-uri.vala
 
-rygel_http_item_uri_test_LDADD = $(LIBGUPNP_LIBS) \
-				 $(LIBGUPNP_AV_LIBS) \
-				 $(LIBGSTREAMER_LIBS) \
-				 $(GIO_LIBS) \
-				 $(GEE_LIBS) \
-				 $(UUID_LIBS) \
-				 $(LIBSOUP_LIBS) \
-				 $(LIBDBUS_GLIB_LIBS)
-
 rygel_http_response_test_SOURCES = rygel-http-response-test.vala \
 				   rygel-http-response.vala \
 				   rygel-state-machine.vala
-
-rygel_http_response_test_LDADD = $(LIBGUPNP_LIBS) \
-				 $(LIBGUPNP_AV_LIBS) \
-				 $(LIBGSTREAMER_LIBS) \
-				 $(GIO_LIBS) \
-				 $(GEE_LIBS) \
-				 $(UUID_LIBS) \
-				 $(LIBSOUP_LIBS) \
-				 $(LIBDBUS_GLIB_LIBS)



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