diff --git a/modules/enet/SCsub b/modules/enet/SCsub index bad00cf..55d1e98 100644 --- a/modules/enet/SCsub +++ b/modules/enet/SCsub @@ -10,7 +10,7 @@ env_enet = env_modules.Clone() thirdparty_obj = [] if env["builtin_enet"]: - thirdparty_dir = "#thirdparty/enet/" + thirdparty_dir = "enet/" thirdparty_sources = [ "pandemonium.cpp", "callbacks.c", diff --git a/thirdparty/enet/LICENSE b/modules/enet/enet/LICENSE similarity index 100% rename from thirdparty/enet/LICENSE rename to modules/enet/enet/LICENSE diff --git a/thirdparty/enet/callbacks.c b/modules/enet/enet/callbacks.c similarity index 100% rename from thirdparty/enet/callbacks.c rename to modules/enet/enet/callbacks.c diff --git a/thirdparty/enet/compress.c b/modules/enet/enet/compress.c similarity index 100% rename from thirdparty/enet/compress.c rename to modules/enet/enet/compress.c diff --git a/thirdparty/enet/enet/callbacks.h b/modules/enet/enet/enet/callbacks.h similarity index 100% rename from thirdparty/enet/enet/callbacks.h rename to modules/enet/enet/enet/callbacks.h diff --git a/thirdparty/enet/enet/enet.h b/modules/enet/enet/enet/enet.h similarity index 100% rename from thirdparty/enet/enet/enet.h rename to modules/enet/enet/enet/enet.h diff --git a/thirdparty/enet/enet/list.h b/modules/enet/enet/enet/list.h similarity index 100% rename from thirdparty/enet/enet/list.h rename to modules/enet/enet/enet/list.h diff --git a/thirdparty/enet/enet/pandemonium.h b/modules/enet/enet/enet/pandemonium.h similarity index 100% rename from thirdparty/enet/enet/pandemonium.h rename to modules/enet/enet/enet/pandemonium.h diff --git a/thirdparty/enet/enet/pandemonium_ext.h b/modules/enet/enet/enet/pandemonium_ext.h similarity index 100% rename from thirdparty/enet/enet/pandemonium_ext.h rename to modules/enet/enet/enet/pandemonium_ext.h diff --git a/thirdparty/enet/enet/protocol.h b/modules/enet/enet/enet/protocol.h similarity index 100% rename from thirdparty/enet/enet/protocol.h rename to modules/enet/enet/enet/protocol.h diff --git a/thirdparty/enet/enet/time.h b/modules/enet/enet/enet/time.h similarity index 100% rename from thirdparty/enet/enet/time.h rename to modules/enet/enet/enet/time.h diff --git a/thirdparty/enet/enet/types.h b/modules/enet/enet/enet/types.h similarity index 100% rename from thirdparty/enet/enet/types.h rename to modules/enet/enet/enet/types.h diff --git a/thirdparty/enet/enet/utility.h b/modules/enet/enet/enet/utility.h similarity index 100% rename from thirdparty/enet/enet/utility.h rename to modules/enet/enet/enet/utility.h diff --git a/thirdparty/enet/host.c b/modules/enet/enet/host.c similarity index 100% rename from thirdparty/enet/host.c rename to modules/enet/enet/host.c diff --git a/thirdparty/enet/list.c b/modules/enet/enet/list.c similarity index 100% rename from thirdparty/enet/list.c rename to modules/enet/enet/list.c diff --git a/thirdparty/enet/packet.c b/modules/enet/enet/packet.c similarity index 100% rename from thirdparty/enet/packet.c rename to modules/enet/enet/packet.c diff --git a/thirdparty/enet/pandemonium.cpp b/modules/enet/enet/pandemonium.cpp similarity index 100% rename from thirdparty/enet/pandemonium.cpp rename to modules/enet/enet/pandemonium.cpp diff --git a/thirdparty/enet/patches/pandemonium_socket.patch b/modules/enet/enet/patches/pandemonium_socket.patch similarity index 100% rename from thirdparty/enet/patches/pandemonium_socket.patch rename to modules/enet/enet/patches/pandemonium_socket.patch diff --git a/thirdparty/enet/peer.c b/modules/enet/enet/peer.c similarity index 100% rename from thirdparty/enet/peer.c rename to modules/enet/enet/peer.c diff --git a/thirdparty/enet/protocol.c b/modules/enet/enet/protocol.c similarity index 100% rename from thirdparty/enet/protocol.c rename to modules/enet/enet/protocol.c