[gstreamermm] build: fix dist build



commit df2b6b76a7b68b04f398bb840e7ca906fe966301
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Thu Aug 27 19:00:33 2015 +0000

    build: fix dist build
    
        * Makefile.am: test-foo.h has been renamed a few commits ago, but
          old name has not been changed in EXTRA_DIST variable. This commit
          fixes this bug.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6daa93c..7d8209e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
-EXTRA_DIST =  tests/plugins/test-foo.h tests/regression/utils.h tests/regression/pluginbin.h 
tests/resources/input-image.png
+EXTRA_DIST =  tests/plugins/foo.h tests/regression/utils.h tests/regression/pluginbin.h 
tests/resources/input-image.png
 srcmm_subdirs = gstreamer/gstreamermm
 pkgconfig_files = gstreamer/$(GSTREAMERMM_MODULE_NAME).pc
 gstreamermm_include_HEADERS = gstreamer/gstreamermm.h


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