Move net/test to samples/net/test

This commit is contained in:
twinaphex 2016-09-29 21:27:26 +02:00
parent e98b55fe3f
commit 17ded1a9ac
3 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ CFLAGS += -Wall -pedantic -std=gnu99
HTTP_TEST_C = \ HTTP_TEST_C = \
$(LIBRETRO_COMM_DIR)/net/net_http.c \ $(LIBRETRO_COMM_DIR)/net/net_http.c \
$(LIBRETRO_COMM_DIR)/net/net_compat.c \ $(LIBRETRO_COMM_DIR)/net/net_compat.c \
$(LIBRETRO_COMM_DIR)/net/net_socket.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \ $(LIBRETRO_COMM_DIR)/string/stdstring.c \
net_http_test.c net_http_test.c