summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 10:40:45 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 10:40:45 -0500
commit420287e2da5312f5b6f1e1771fd8b379d13b6307 (patch)
treee14b9345cac75be12dc4f98abed62d7642fa79b2 /Makefile
parentdb5dae20793d5696c5c3e905d2c467c2ff0a23a1 (diff)
downloadgcompat-random.tar.gz
gcompat-random.tar.bz2
gcompat-random.tar.xz
gcompat-random.zip
random: initial work at a new modulerandom
This is a _dangerously_ naive implementation. Do not ship.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e421055..aa9dd6d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ LIBGCOMPAT_SRC = \
libgcompat/netdb.c \
libgcompat/pthread.c \
libgcompat/pwd.c \
+ libgcompat/random.c \
libgcompat/readlink.c \
libgcompat/realpath.c \
libgcompat/resolv.c \