summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2018-09-21 21:30:18 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2018-09-21 21:30:18 +0000
commite7fd895295db6291319af09ffaa3b6d93180788c (patch)
tree6ad80501db199c916e8fc2ed5648bf694a257675 /Makefile
parent938c8095e7456fbcdf4ce261bdb6dfa3a8e41b80 (diff)
parent9bc7c737b311fcbba71af11884b7f9111dba57ba (diff)
downloadgcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.gz
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.bz2
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.tar.xz
gcompat-e7fd895295db6291319af09ffaa3b6d93180788c.zip
Merge branch 'patch-3' into 'master'
Add some more functions (notably __cxa_thread_atexit_impl and realpath) and run clang-format See merge request !3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06af84f..934422f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
LIBGCOMPAT_INCLUDE = \
libgcompat/alias.h
LIBGCOMPAT_SRC = \
+ libgcompat/ctype.c \
+ libgcompat/cxx_thread.c \
libgcompat/dlfcn.c \
libgcompat/error.c \
libgcompat/execinfo.c \
@@ -14,6 +16,7 @@ LIBGCOMPAT_SRC = \
libgcompat/pthread.c \
libgcompat/pwd.c \
libgcompat/readlink.c \
+ libgcompat/realpath.c \
libgcompat/resolv.c \
libgcompat/resource.c \
libgcompat/setjmp.c \