C_runtime/Makefile
changeset 3949 f64dce4e2f62
parent 3940 934bd46a7500
child 4044 2a4b8b59d165
--- a/C_runtime/Makefile	Fri May 24 18:48:28 2024 +0200
+++ b/C_runtime/Makefile	Fri May 24 18:55:46 2024 +0200
@@ -41,9 +41,7 @@
                 $(ERPC_C_ROOT)/transports/erpc_serial_transport.cpp \
                 $(ERPC_C_ROOT)/transports/erpc_tcp_transport.cpp
 			
-SOURCES +=  $(RUNTIME_ROOT)/c_erpc_PLCObject_client.cpp \
-            $(RUNTIME_ROOT)/c_erpc_PLCObject_server.cpp \
-            $(RUNTIME_ROOT)/erpc_PLCObject_client.cpp \
+SOURCES +=  $(RUNTIME_ROOT)/erpc_PLCObject_client.cpp \
             $(RUNTIME_ROOT)/erpc_PLCObject_interface.cpp \
             $(RUNTIME_ROOT)/erpc_PLCObject_server.cpp \
 			$(RUNTIME_ROOT)/md5.cpp \