Changeset 1933
- Timestamp:
- 05/09/07 13:53:33 (6 years ago)
- Location:
- trunk/src/target/OM-2007/applications/openmoko-today
- Files:
-
- 1 added
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
po/ChangeLog (added)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
r1932 r1933 1 2007-05-09 Thomas Wood <thomas@openedhand.com> 2 3 * Makefile.am: 4 * configure.ac: 5 * src/Makefile.am: 6 Fix various issues so that make distcheck works. Closes bug 534. 7 1 8 2007-05-09 Thomas Wood <thomas@openedhand.com> 2 9 -
trunk/src/target/OM-2007/applications/openmoko-today/Makefile.am
r1341 r1933 1 1 SUBDIRS = src tests po 2 3 INTLTOOL_BUILT = \ 4 intltool-extract \ 5 intltool-merge \ 6 intltool-update 7 8 EXTRA_DIST = $(INTLTOOL_BUILT:=.in) 9 10 DISTCLEANFILES = $(INTLTOOL_BUILT) 2 11 3 12 # Extra clean files so that maintainer-clean removes *everything* -
trunk/src/target/OM-2007/applications/openmoko-today/configure.ac
r1348 r1933 26 26 libecal-1.2 >= $LIBEBOOK_VERSION) 27 27 28 28 29 if test x$TODAY_DEVEL != x ; then 29 30 CFLAGS="-Wall -Wextra -Wshadow -Wpointer-arith -g" -
trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
r1499 r1933 11 11 openmoko_today_SOURCES = today-main.c \ 12 12 today-events-area.h today-events-area.c \ 13 today-utils.h today-utils.c xutil.c 13 today-utils.h today-utils.c xutil.c xutil.h 14 14 15 15 openmoko_today_LDADD = @TODAY_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.
