From 03894efbcd010faf53bbc6e27256d27485f721b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 18 Dec 2012 16:24:43 +0100 Subject: build: Include .typelib in CLEANFILES --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7bf529d..63468a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,9 +55,10 @@ Gvc_1_0_gir_CFLAGS = $(INCLUDES) -I$(srcdir) -DWITH_INTROSPECTION Gvc_1_0_gir_LIBS = libgvc.la Gvc_1_0_gir_FILES = $(addprefix $(srcdir)/,$(libgvc_la_gir_sources)) INTROSPECTION_GIRS = Gvc-1.0.gir -CLEANFILES = Gvc-1.0.gir typelibdir = $(pkglibdir) typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) +CLEANFILES = Gvc-1.0.gir $(typelib_DATA) + endif -- cgit v1.2.1