[asycxx-devel] SF.net SVN: asycxx:[51] trunk
Status: Alpha
Brought to you by:
joe_steeve
From: <joe...@us...> - 2009-04-08 07:49:27
|
Revision: 51 http://asycxx.svn.sourceforge.net/asycxx/?rev=51&view=rev Author: joe_steeve Date: 2009-04-08 07:49:25 +0000 (Wed, 08 Apr 2009) Log Message: ----------- added Timer.* to the build system From: Joe Steeve <js...@hi...> Modified Paths: -------------- trunk/include/Makefile.am trunk/src/Makefile.am Modified: trunk/include/Makefile.am =================================================================== --- trunk/include/Makefile.am 2009-04-08 07:48:45 UTC (rev 50) +++ trunk/include/Makefile.am 2009-04-08 07:49:25 UTC (rev 51) @@ -3,6 +3,7 @@ pkginclude_HEADERS = \ asycxx/Logger.h \ asycxx/Error.h \ + asycxx/Timer.h \ asycxx/RefCounter.h \ asycxx/DataBuffer.h \ asycxx/Reactor.h \ Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2009-04-08 07:48:45 UTC (rev 50) +++ trunk/src/Makefile.am 2009-04-08 07:49:25 UTC (rev 51) @@ -8,6 +8,7 @@ Error.cxx \ DataBuffer.cxx \ Reactor.cxx \ + Timer.cxx \ SelectReactor.cxx \ Transport.cxx \ StreamTransport.cxx \ @@ -24,8 +25,6 @@ RAWCANListener.cxx -# Timer.cxx - libasycxx_0_1_la_CPPFLAGS = -I$(top_srcdir)/include libasycxx_0_1_la_CXXFLAGS = -O2 libasycxx_0_1_la_LDFLAGS = -version-info 0:1:0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |