Sfoglia il codice sorgente

cleanup namespace commit

Julius Pfrommer 11 anni fa
parent
commit
59180c643c
5 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 3 1
      src/Makefile.am
  2. 0 0
      src/opcua_namespace.c
  3. 0 0
      src/opcua_namespace.h
  4. 1 1
      tests/Makefile.am
  5. 0 0
      tests/check_namespace.c

+ 3 - 1
src/Makefile.am

@@ -34,7 +34,9 @@ libopen62541_la_SOURCES = 			opcua.c\
 						opcua_secureChannelLayer.h\
 						tcp_layer.h\
 						util/UA_list.c\
-						util/UA_indexedList.c
+						util/UA_indexedList.c\
+						opcua_namespace.h\
+						opcua_namespace.c
 
 #bin_PROGRAMS= $(top_builddir)/bin/open62541.out
 #__top_builddir__bin_libOpen62541_out_SOURCES = opcuaServer.c

OPCUAServer/src/opcua_namespace.c → src/opcua_namespace.c


OPCUAServer/src/opcua_namespace.h → src/opcua_namespace.h


+ 1 - 1
tests/Makefile.am

@@ -1,4 +1,4 @@
-TESTS = check_stack check_list check_indexedList check_generated
+TESTS = check_stack check_list check_indexedList check_generated check_namespace
 
 # --- no changes beyond this line needed ---
 INCLUDE = @CHECK_CFLAGS@ -I$(top_builddir)/src -I$(top_builddir)/include

OPCUAServer/tests/check_namespace.c → tests/check_namespace.c