r555 - in trunk/src/target/OM-2007/examples: openmoko-panel-demo openmoko-panel-demo-simple

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Mon Jan 15 19:37:46 CET 2007


Author: mickey
Date: 2007-01-15 19:37:45 +0100 (Mon, 15 Jan 2007)
New Revision: 555

Modified:
   trunk/src/target/OM-2007/examples/openmoko-panel-demo-simple/configure.ac
   trunk/src/target/OM-2007/examples/openmoko-panel-demo/configure.ac
Log:
openmoko-panel-demo: fix building


Modified: trunk/src/target/OM-2007/examples/openmoko-panel-demo/configure.ac
===================================================================
--- trunk/src/target/OM-2007/examples/openmoko-panel-demo/configure.ac	2007-01-15 09:59:49 UTC (rev 554)
+++ trunk/src/target/OM-2007/examples/openmoko-panel-demo/configure.ac	2007-01-15 18:37:45 UTC (rev 555)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.53)
 AC_INIT(openmoko-panel-demo, 1.0, http://www.openmoko.org)
 AM_INIT_AUTOMAKE()
-AC_CONFIG_SRCDIR(src/panel.c)
+AC_CONFIG_SRCDIR(src/demo-panel-applet.c)
 #AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 

Modified: trunk/src/target/OM-2007/examples/openmoko-panel-demo-simple/configure.ac
===================================================================
--- trunk/src/target/OM-2007/examples/openmoko-panel-demo-simple/configure.ac	2007-01-15 09:59:49 UTC (rev 554)
+++ trunk/src/target/OM-2007/examples/openmoko-panel-demo-simple/configure.ac	2007-01-15 18:37:45 UTC (rev 555)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.53)
 AC_INIT(openmoko-panel-demo-simple, 1.0, http://www.openmoko.org)
 AM_INIT_AUTOMAKE()
-AC_CONFIG_SRCDIR(src/panel.c)
+AC_CONFIG_SRCDIR(src/demo-panel-applet.c)
 #AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 





More information about the commitlog mailing list