diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-04-14 Jan Schmidt <jan.schmidt@sun.com> + + * tests/check/Makefile.am: + Remove soup test certificates from the dist. + 2008-04-13 Jan Schmidt <jan.schmidt@sun.com> * ext/dirac/gstdiracenc.cc: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index aae45b7c..c47cdedf 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -15,8 +15,6 @@ TESTS_ENVIRONMENT = \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ STATE_IGNORE_ELEMENTS="cdaudio festival vcdsrc nassink glimagesink dvbsrc dvbbasebin sdlaudiosink sdlvideosink alsaspdifsink dfbvideosink" -EXTRA_DIST = test-cert.pem test-key.pem - plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ # override to _not_ install the test plugins |