summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-09-29 16:40:02 +0000
committerDan Winship <danw@src.gnome.org>2008-09-29 16:40:02 +0000
commit2ac7763d110ae730a01a0d5bd59c57ece9c288ed (patch)
treea29a46908fe66317f3ca065991e4a202a2bc5073
parent8795a987e4c94e86500d88c211af630d31251764 (diff)
downloadlibgweather-2ac7763d110ae730a01a0d5bd59c57ece9c288ed.tar.gz
dist gweather.defs (and move EXTRA_DIST outside the if ENABLE_PYTHON).
* python/Makefile.am (EXTRA_DIST): dist gweather.defs (and move EXTRA_DIST outside the if ENABLE_PYTHON). #554086, Emilio Pozuelo Monfort. svn path=/trunk/; revision=472
-rw-r--r--ChangeLog8
-rw-r--r--python/Makefile.am4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e03307d..42254eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2008-09-10 Dan Winship <danw@gnome.org>
+2008-09-29 Dan Winship <danw@gnome.org>
+
+ * python/Makefile.am (EXTRA_DIST): dist gweather.defs (and move
+ EXTRA_DIST outside the if ENABLE_PYTHON). #554086, Emilio Pozuelo
+ Monfort.
+
+2008-09-29 Dan Winship <danw@gnome.org>
* libgweather/weather.c (gweather_gettext): gettext wrapper that
ensures bindtextdomain() and bind_textdomain_codeset() have been
diff --git a/python/Makefile.am b/python/Makefile.am
index 517fa76..05e3521 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -13,8 +13,6 @@ nodist_gweather_la_SOURCES = gweather.c
gweather.c: gweather.defs *.override
CLEANFILES = gweather.c
-EXTRA_DIST = *.override bad__init__.py demo.py
-
.defs.c:
(cd $(srcdir)\
&& pygtk-codegen-2.0 \
@@ -31,3 +29,5 @@ install-exec-hook:
chmod a+x $(DESTDIR)$(pyunstabledir)/__init__.py
endif
+
+EXTRA_DIST = gweather.defs *.override bad__init__.py demo.py