r417 - trunk/src/target/OM-2007/applications/openmoko-mainmenu/src

tongsong_li at gta01.hmw-consulting.de tongsong_li at gta01.hmw-consulting.de
Fri Dec 15 05:10:50 CET 2006


Author: tongsong_li
Date: 2006-12-15 05:10:40 +0100 (Fri, 15 Dec 2006)
New Revision: 417

Added:
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.c
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.h
Modified:
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/Makefile.am
Log:
add app-history.c

Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/Makefile.am	2006-12-15 03:51:41 UTC (rev 416)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/Makefile.am	2006-12-15 04:10:40 UTC (rev 417)
@@ -4,7 +4,7 @@
 
 bin_PROGRAMS = openmoko-mainmenu
 
-openmoko_mainmenu_SOURCES = main.c mainmenu.c callbacks.c menu-list.c support.c mokoiconview.c
+openmoko_mainmenu_SOURCES = main.c mainmenu.c callbacks.c menu-list.c support.c mokoiconview.c app-history.c
 
 openmoko_mainmenu_LDADD = @OPENMOKO_LIBS@
 

Added: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.c	2006-12-15 03:51:41 UTC (rev 416)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.c	2006-12-15 04:10:40 UTC (rev 417)
@@ -0,0 +1 @@
+#include "app-history.h"

Added: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.h	2006-12-15 03:51:41 UTC (rev 416)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/app-history.h	2006-12-15 04:10:40 UTC (rev 417)
@@ -0,0 +1,6 @@
+#ifndef _MOKO_APP_HISTORY_H
+#define _MOKO_APP_HISTORY_H
+
+#include <gtk/gtk.h>
+
+#endif "app-history.h"





More information about the commitlog mailing list