diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-09-27 22:16:21 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-09-27 22:16:21 +0530 |
commit | a78e56cfa6d68de89b88e2f7319173e7cd3b2dfe (patch) | |
tree | 532ec61c0b8bdac1ca04674cc4a845ce934a83b3 /tests/Makefile.am | |
parent | e6295e62314c00d15e9d9e2d0ef688559430f569 (diff) | |
download | gupnp-dlna-a78e56cfa6d68de89b88e2f7319173e7cd3b2dfe.tar.gz |
tests: Don't build dlna-encoding temporarily
This depends on pbutils, which, post gst-plugins-base 0.10.30, conflicts
with our internal copy of GstDiscoverer.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8e73a58..4fb7799 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = dlna-profile-parser dlna-encoding +noinst_PROGRAMS = dlna-profile-parser AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/gst-convenience/gst-libs $(GST_CFLAGS) LIBS = $(GST_LIBS) \ |