r1933 - in trunk/src/target/OM-2007/applications/openmoko-today: . po src
thomas at sita.openmoko.org
thomas at sita.openmoko.org
Wed May 9 13:53:34 CEST 2007
Author: thomas
Date: 2007-05-09 13:53:33 +0200 (Wed, 09 May 2007)
New Revision: 1933
Added:
trunk/src/target/OM-2007/applications/openmoko-today/po/ChangeLog
Modified:
trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
trunk/src/target/OM-2007/applications/openmoko-today/Makefile.am
trunk/src/target/OM-2007/applications/openmoko-today/configure.ac
trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
Log:
2007-05-09 Thomas Wood <thomas at openedhand.com>
* Makefile.am:
* configure.ac:
* src/Makefile.am:
Fix various issues so that make distcheck works. Closes bug 534.
Modified: trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog 2007-05-09 11:38:26 UTC (rev 1932)
+++ trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog 2007-05-09 11:53:33 UTC (rev 1933)
@@ -1,5 +1,12 @@
2007-05-09 Thomas Wood <thomas at openedhand.com>
+ * Makefile.am:
+ * configure.ac:
+ * src/Makefile.am:
+ Fix various issues so that make distcheck works. Closes bug 534.
+
+2007-05-09 Thomas Wood <thomas at openedhand.com>
+
* src/today-main.c: (today_update_date), (create_ui): Remove the clock. Closes bug 469.
Fri, 30 Mar 2007 13:18:28 +0200 Dodji Seketeli
Modified: trunk/src/target/OM-2007/applications/openmoko-today/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/Makefile.am 2007-05-09 11:38:26 UTC (rev 1932)
+++ trunk/src/target/OM-2007/applications/openmoko-today/Makefile.am 2007-05-09 11:53:33 UTC (rev 1933)
@@ -1,5 +1,14 @@
SUBDIRS = src tests po
+INTLTOOL_BUILT = \
+ intltool-extract \
+ intltool-merge \
+ intltool-update
+
+EXTRA_DIST = $(INTLTOOL_BUILT:=.in)
+
+DISTCLEANFILES = $(INTLTOOL_BUILT)
+
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \
Modified: trunk/src/target/OM-2007/applications/openmoko-today/configure.ac
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/configure.ac 2007-05-09 11:38:26 UTC (rev 1932)
+++ trunk/src/target/OM-2007/applications/openmoko-today/configure.ac 2007-05-09 11:53:33 UTC (rev 1933)
@@ -25,6 +25,7 @@
libebook-1.2 >= $LIBEBOOK_VERSION
libecal-1.2 >= $LIBEBOOK_VERSION)
+
if test x$TODAY_DEVEL != x ; then
CFLAGS="-Wall -Wextra -Wshadow -Wpointer-arith -g"
fi
Added: trunk/src/target/OM-2007/applications/openmoko-today/po/ChangeLog
===================================================================
Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am 2007-05-09 11:38:26 UTC (rev 1932)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am 2007-05-09 11:53:33 UTC (rev 1933)
@@ -10,7 +10,7 @@
openmoko_today_SOURCES = today-main.c \
today-events-area.h today-events-area.c \
-today-utils.h today-utils.c xutil.c
+today-utils.h today-utils.c xutil.c xutil.h
openmoko_today_LDADD = @TODAY_LIBS@
More information about the commitlog
mailing list