[libgnome-volume-control] build: Include .typelib in CLEANFILES



commit 03894efbcd010faf53bbc6e27256d27485f721b8
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Dec 18 16:24:43 2012 +0100

    build: Include .typelib in CLEANFILES

 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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



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