Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: ports/glibc-compat/Makefile

Issue 1226403004: Added (libevent,tor) and modified glibc-compat (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/glibc-compat/Makefile
diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile
index 484c297c826f1013c0f6f179a4de9e723fd71fef..8554e8c53d8f162e28da673b71feb6825f35a63f 100644
--- a/ports/glibc-compat/Makefile
+++ b/ports/glibc-compat/Makefile
@@ -15,31 +15,33 @@ CPPFLAGS += -DNACL_SDK_VERSION=$(NACL_SDK_VERSION)
CPPFLAGS += -g
OUT := out
SOURCES := \
- src/alarm.c \
- src/err.c \
- src/getprotobyname_r.c \
- src/getservbyname_r.c \
- src/herrno.c \
- src/herror.c \
- src/in6_addr.c \
- src/inet_addr.c \
- src/inet_pton.c \
- src/lockf.c \
- src/mktemp.c \
- src/ns_name.c \
- src/ns_netint.c \
- src/ns_samedomain.c \
- src/qsort_r.c \
- src/random.c \
- src/realpath.c \
- src/res_comp.c \
- src/res_data.c \
- src/res_debug.c \
- src/res_init.c \
- src/res_libc.c \
- src/res_mkquery.c \
- src/res_query.c \
- src/res_send.c
+ src/alarm.c \
+ src/err.c \
+ src/getprotobyname_r.c \
+ src/getservbyname_r.c \
+ src/herrno.c \
+ src/herror.c \
+ src/in6_addr.c \
+ src/inet_addr.c \
+ src/inet_pton.c \
+ src/lockf.c \
+ src/mktemp.c \
+ src/ns_name.c \
+ src/ns_netint.c \
+ src/ns_samedomain.c \
+ src/qsort_r.c \
+ src/random.c \
+ src/readv.c \
+ src/realpath.c \
+ src/res_comp.c \
+ src/res_data.c \
+ src/res_debug.c \
+ src/res_init.c \
+ src/res_libc.c \
+ src/res_mkquery.c \
+ src/res_query.c \
+ src/res_send.c \
+ src/writev.c
Sam Clegg 2015/07/16 00:26:29 Yes, please change this indentation back
OBJS := $(patsubst src/%.c,$(OUT)/%.o,$(SOURCES))
« no previous file with comments | « AUTHORS ('k') | ports/glibc-compat/src/readv.c » ('j') | ports/libevent/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698