[asycxx-devel] SF.net SVN: asycxx:[52] trunk
Status: Alpha
Brought to you by:
joe_steeve
|
From: <joe...@us...> - 2009-04-08 07:50:16
|
Revision: 52
http://asycxx.svn.sourceforge.net/asycxx/?rev=52&view=rev
Author: joe_steeve
Date: 2009-04-08 07:50:14 +0000 (Wed, 08 Apr 2009)
Log Message:
-----------
removed CAN related files fromt the build
CAN related code is not ported to the changes in other parts of asycxx
yet. Hence disabling it for now.
From: Joe Steeve <js...@hi...>
Modified Paths:
--------------
trunk/examples/Makefile.am
trunk/include/Makefile.am
trunk/src/Makefile.am
Modified: trunk/examples/Makefile.am
===================================================================
--- trunk/examples/Makefile.am 2009-04-08 07:49:25 UTC (rev 51)
+++ trunk/examples/Makefile.am 2009-04-08 07:50:14 UTC (rev 52)
@@ -1,2 +1,2 @@
-SUBDIRS = echoserver canserver
+SUBDIRS = echoserver #canserver
Modified: trunk/include/Makefile.am
===================================================================
--- trunk/include/Makefile.am 2009-04-08 07:49:25 UTC (rev 51)
+++ trunk/include/Makefile.am 2009-04-08 07:50:14 UTC (rev 52)
@@ -23,7 +23,8 @@
asycxx/MsgHandler.h \
asycxx/GimpleMsgBus.h \
asycxx/_asycxx.h \
- asycxx/asycxx.h \
- asycxx/RAWCANTransport.h \
- asycxx/RAWCANListener.h
+ asycxx/asycxx.h
+# asycxx/RAWCANTransport.h \
+# asycxx/RAWCANListener.h
+
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2009-04-08 07:49:25 UTC (rev 51)
+++ trunk/src/Makefile.am 2009-04-08 07:50:14 UTC (rev 52)
@@ -20,11 +20,12 @@
StreamProtocol.cxx \
MsgBus.cxx \
GimpleMsgBus.cxx \
- core.cxx \
- RAWCANTransport.cxx \
- RAWCANListener.cxx
+ core.cxx
+# RAWCANTransport.cxx \
+# RAWCANListener.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.
|