[vte] Use correct variables for cleaning the gir data



commit 2f58eba8406c699159ed8fc4a88554f88e1012fc
Author: Christian Persch <chpe gnome org>
Date:   Mon Sep 6 12:49:56 2010 +0200

    Use correct variables for cleaning the gir data

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e77e264..78aa575 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -183,7 +183,7 @@ nodist_gir_DATA = $(INTROSPECTION_GIRS)
 typelibdir = $(INTROSPECTION_TYPELIBDIR)
 nodist_typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
+CLEANFILES += $(nodist_gir_DATA) $(nodist_typelib_DATA)
 endif
 
 



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