From 7233019c820a43c5563f056ceb02d660bc9c290c Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 8 Sep 2016 08:29:32 +0100 Subject: build: fix make dist --- clutter-gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1