summaryrefslogtreecommitdiffstats
path: root/ext/arc4random/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ext/arc4random/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/arc4random/Makefile.am b/ext/arc4random/Makefile.am
new file mode 100644
index 0000000..73479d1
--- /dev/null
+++ b/ext/arc4random/Makefile.am
@@ -0,0 +1,11 @@
+noinst_LTLIBRARIES = libarc4random.la
+libarc4random_la_SOURCES = \
+ arc4random.c \
+ arc4random.h \
+ arc4random.hh \
+ arc4random_uniform.c \
+ bsd-getentropy.c \
+ chacha_private.h \
+ explicit_bzero.c \
+ includes.h \
+ log.h