From d08a6b8e0c9db21c4d20ae12c3be3f0a1882e6e8 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 6 Mar 2015 09:39:10 +0100 Subject: [PATCH] validate:launcher: Do not forget to install apps/__init__.py It is a python module that should be usable by external apps/testsuites --- validate/launcher/apps/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/validate/launcher/apps/Makefile.am b/validate/launcher/apps/Makefile.am index 4bf6528496..33811cb377 100644 --- a/validate/launcher/apps/Makefile.am +++ b/validate/launcher/apps/Makefile.am @@ -3,4 +3,5 @@ appsdir = $(libdir)/gst-validate-launcher/python/launcher/apps/ SUBDIRS = apps_PYTHON = \ + __init__.py \ gstvalidate.py