From: <me...@us...> - 2008-01-31 20:02:36
|
Revision: 909 http://gmyth.svn.sourceforge.net/gmyth/?rev=909&view=rev Author: melunko Date: 2008-01-31 12:02:39 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Makefile fixed for wrong file name gmyth-debug instead of gmyth_debug Modified Paths: -------------- trunk/gmyth-dbus/src/Makefile.am Modified: trunk/gmyth-dbus/src/Makefile.am =================================================================== --- trunk/gmyth-dbus/src/Makefile.am 2008-01-31 19:56:16 UTC (rev 908) +++ trunk/gmyth-dbus/src/Makefile.am 2008-01-31 20:02:39 UTC (rev 909) @@ -4,8 +4,8 @@ gmythdbus_SOURCES = \ gmyth-dbus-server.h \ gmyth-dbus-server.c \ - gmyth-debug.h \ - gmyth-debug.c \ + gmyth_debug.h \ + gmyth_debug.c \ main.c gmythdbus_LDADD = \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |