[gstreamermm] Fix dist



commit 65da748b431d33f0b2141943932964f2b040c1a2
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Tue Sep 27 22:48:13 2016 +0200

    Fix dist

 Makefile.am       |    6 +++---
 tests/Makefile.am |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c3b8da7..cab5cd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 EXTRA_DIST = \
        tests/plugins/foo.h \
-       tests/regression/utils.h \
-       tests/regression/pluginbin.h \
+       tests/integration/utils.h \
+       tests/integration/pluginbin.h \
        tests/resources/input-image.png \
        tests/mmtest.h \
        tests/plugins/derivedfromappsink.h \
@@ -64,7 +64,7 @@ include $(srcdir)/MSVC_2015/filelist.am
 text_files = COPYING.tools COPYING.examples
 msvc_files = $(addprefix MSVC_2015/,$(msvc_2015_data))
 
-dist_noinst_DATA = $(msvc_files)
+dist_noinst_DATA = $(text_files) $(msvc_files)
 dist_noinst_SCRIPTS = autogen.sh
 
 # Auto-generate the ChangeLog file from the git log on make dist
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 29addf3..c734b62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,7 +27,6 @@ check_PROGRAMS =                                \
         test-bufferlist                         \
         test-bus                                \
         test-caps                               \
-        test-caps                               \
         test-capsfeatures                       \
         test-element                            \
         test-ghostpad                           \


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