[libgda: 20/21] Fix libgda/Makefile.am by avoiding to delete VAPI and GIR files



commit 7016c9164397263f45af96e8d0f0f56e7b8a862b
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu May 16 20:55:39 2013 -0500

    Fix libgda/Makefile.am by avoiding to delete VAPI and GIR files

 libgda/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index a31dd32..7df059d 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -363,7 +363,7 @@ endif
 gir_DATA = $(INTROSPECTION_GIRS)
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(typelibs_DATA) $(gir_DATA)
+CLEANFILES += $(typelibs_DATA)
 endif
 
 if ENABLE_VAPIGEN
@@ -375,7 +375,6 @@ libgda-5.0.vapi: Gda-5.0.gir
 
 vapidir = $(VAPIDIR)
 vapi_DATA=libgda-5.0.vapi
-CLEANFILES += $(vapi_DATA)
 
 EXTRA_DIST += \
        Gda-5.0.metadata \


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