| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/meta_net')
| -rw-r--r-- | src/meta_net/CMakeLists.txt | 9 | ||||
| l--------- | src/meta_net/Makefile | 1 |
2 files changed, 1 insertions, 9 deletions
diff --git a/src/meta_net/CMakeLists.txt b/src/meta_net/CMakeLists.txt deleted file mode 100644 index ca047c3..0000000 --- a/src/meta_net/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -set( - SRC_FILES ${SRC_FILES} - ${CMAKE_CURRENT_SOURCE_DIR}/meta_net.c - ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_handle_reply.c - ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_select.c - ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_try_request.c -) - -set(SRC_FILES ${SRC_FILES} PARENT_SCOPE) diff --git a/src/meta_net/Makefile b/src/meta_net/Makefile new file mode 120000 index 0000000..d0b0e8e --- /dev/null +++ b/src/meta_net/Makefile @@ -0,0 +1 @@ +../Makefile
\ No newline at end of file |


