[libgweather] [build] Always clean python.c in python directory



commit 59a0929e9140f31d8ea1d74ee72dce3e9f22491d
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:12:06 2009 +0200

    [build] Always clean python.c in python directory

 python/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index f7a7f2b..fdea627 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -11,7 +11,6 @@ gweather_la_LIBADD = ../libgweather/libgweather.la
 gweather_la_SOURCES = gweathermodule.c
 nodist_gweather_la_SOURCES = gweather.c
 gweather.c: gweather.defs gweather.override
-CLEANFILES = gweather.c
 
 .defs.c:
 	$(AM_V_GEN)(cd $(srcdir)\
@@ -32,4 +31,6 @@ endif
 
 EXTRA_DIST = gweather.defs gweather.override bad__init__.py demo.py
 
+CLEANFILES = gweather.c
+
 -include $(top_srcdir)/git.mk



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