r1499 - in trunk/src/target/OM-2007/applications/openmoko-today: . src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Mar 26 12:12:05 CEST 2007


Author: thomas
Date: 2007-03-26 12:12:04 +0200 (Mon, 26 Mar 2007)
New Revision: 1499

Modified:
   trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
Log:
* src/Makefile.am: Change binary name to openmoko-today to be more
consistent with other openmoko applications


Modified: trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-26 09:37:39 UTC (rev 1498)
+++ trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-26 10:12:04 UTC (rev 1499)
@@ -1,3 +1,8 @@
+2007-03-26  Thomas Wood  <thomas at openedhand.com>
+
+	* src/Makefile.am: Change binary name to openmoko-today to be more
+	consistent with other openmoko applications
+
 Thu, 22 Mar 2007 18:04:50 +0100 Dodji Sekteli
 
 	* applications/openmoko-today/src/today-events-area.c:

Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am	2007-03-26 09:37:39 UTC (rev 1498)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am	2007-03-26 10:12:04 UTC (rev 1499)
@@ -6,13 +6,13 @@
 
 AM_CFLAGS             = -Wall -pedantic -std=c99 @TODAY_CFLAGS@
 
-bin_PROGRAMS          = today
+bin_PROGRAMS          = openmoko-today
 
-today_SOURCES         = today-main.c \
+openmoko_today_SOURCES         = today-main.c \
 today-events-area.h today-events-area.c \
 today-utils.h today-utils.c xutil.c
 
-today_LDADD          = @TODAY_LIBS@
+openmoko_today_LDADD          = @TODAY_LIBS@
 
 MAINTAINERCLEANFILES  = config.h.in Makefile.in
 





More information about the commitlog mailing list