Problem: utils.h not installed

Missing backslash in Makefile.am meant utils.h wasn't installed.
This commit is contained in:
Pieter Hintjens
2014-05-03 08:37:50 +02:00
parent dc5dbae12f
commit 94e9981357
+1 -1
View File
@@ -49,7 +49,7 @@ SODIUM_EXPORT = \
sodium/randombytes.h \
sodium/randombytes_salsa20_random.h \
sodium/randombytes_sysrandom.h \
sodium/runtime.h
sodium/runtime.h \
sodium/utils.h
EXTRA_SRC = $(SODIUM_EXPORT) \