Correct memory leak in the RTE cleanup
[ric-plt/lib/rmr.git] / src / rmr / common / CMakeLists.txt
index b499a8f..7b9ebf3 100644 (file)
@@ -21,6 +21,7 @@
 
 add_library( common_objects OBJECT 
        src/symtab.c
+       src/logging.c
        src/mbuf_api.c
        src/wrapper.c
 )
@@ -35,7 +36,8 @@ if( DEV_PKG )
        install( FILES 
                include/rmr.h
                include/rmr_symtab.h
+               include/rmr_logging.h
                include/RIC_message_types.h
-               DESTINATION ${install_root}/${install_inc}
+               DESTINATION ${install_inc}
        )       
 endif()