summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2016-09-08 08:29:32 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2016-09-08 08:29:32 +0100
commit7233019c820a43c5563f056ceb02d660bc9c290c (patch)
tree4e96de4515b00c70d807da6700c9b8ebde995762
parentabc3743ca0741f6169c239c1ad8d14696f1abd61 (diff)
downloadclutter-gst-7233019c820a43c5563f056ceb02d660bc9c290c.tar.gz
build: fix make dist
-rw-r--r--clutter-gst/Makefile.am2
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