summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2012-04-10 16:52:13 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-11 12:18:00 +0200
commit58081b2fdbe3a3f95c953c59c1db036bb8d9bfb9 (patch)
tree8732485f53c1067d2b583f50c3de06ed0c99a107
parentc0ca90aa81529a766d53c12e0811cb4d4ea29590 (diff)
build: Rename libinsanitygsttest to libinsanityhttphelper
We will have various little private libraries in the future that should be built separetely
-rw-r--r--tests/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3a0a1a..ce1019c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -44,19 +44,19 @@ rtsp_test=insanity-test-gst-rtsp
endif
if HAVE_SOUP
-libinsanitygsttests_la_LIBADD=$(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
-libinsanitygsttests_la_CFLAGS=$(GIO_CFLAGS) $(SOUP_CFLAGS) $(common_cflags)
-libinsanitygsttests_la_SOURCES = insanity-http-server.c
-http_noinst_libraries=libinsanitygsttests.la
+libinsanityhttphelper_la_LIBADD=$(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
+libinsanityhttphelper_la_CFLAGS=$(GIO_CFLAGS) $(SOUP_CFLAGS) $(common_cflags)
+libinsanityhttphelper_la_SOURCES = insanity-http-server.c
+http_noinst_libraries=libinsanityhttphelper.la
http_noinst_headers=insanity-http-server.h
insanity_test_gst_http_SOURCES=insanity-test-gst-http.c
insanity_test_gst_http_CFLAGS=$(GIO_CFLAGS) $(SOUP_CFLAGS) $(common_cflags)
-insanity_test_gst_http_LDADD=../lib/insanity-gst/libinsanity-gst-@GST_TARGET@.la libinsanitygsttests.la $(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
+insanity_test_gst_http_LDADD=../lib/insanity-gst/libinsanity-gst-@GST_TARGET@.la libinsanityhttphelper.la $(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
insanity_test_gst_hls_SOURCES=insanity-test-gst-hls.c
insanity_test_gst_hls_CFLAGS=$(GIO_CFLAGS) $(SOUP_CFLAGS) $(common_cflags)
-insanity_test_gst_hls_LDADD=../lib/insanity-gst/libinsanity-gst-@GST_TARGET@.la libinsanitygsttests.la $(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
+insanity_test_gst_hls_LDADD=../lib/insanity-gst/libinsanity-gst-@GST_TARGET@.la libinsanityhttphelper.la $(GIO_LIBS) $(SOUP_LIBS) $(common_ldadd)
soup_tests=insanity-test-gst-http \
insanity-test-gst-hls