[clutter-gst/clutter-gst-3.0] build: fix make dist



commit 7233019c820a43c5563f056ceb02d660bc9c290c
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Thu Sep 8 08:29:32 2016 +0100

    build: fix make dist

 clutter-gst/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 1318b05..2f668a3 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -201,5 +201,5 @@ nodist_typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
                --includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-pbutils-1.0` \
                $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
 
-CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
+CLEANFILES += $(BUILT_GIRSOURCES) $(nodist_typelibs_DATA)
 endif


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