Check for proper byteorder functions
[andersk@mit.edu: Add byteorder.h to libmoshcrypto_a_SOURCES]
This commit is contained in:
committed by
Keith Winstein
parent
b03d53d421
commit
17d6962af8
+10
-1
@@ -2,4 +2,13 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) -fno-default-inline -pipe
|
||||
|
||||
noinst_LIBRARIES = libmoshcrypto.a
|
||||
|
||||
libmoshcrypto_a_SOURCES = ae.h base64.cc base64.h crypto.cc crypto.h ocb.cc rijndael-alg-fst.cc rijndael-alg-fst.h
|
||||
libmoshcrypto_a_SOURCES = \
|
||||
ae.h \
|
||||
base64.cc \
|
||||
base64.h \
|
||||
byteorder.h \
|
||||
crypto.cc \
|
||||
crypto.h \
|
||||
ocb.cc \
|
||||
rijndael-alg-fst.cc \
|
||||
rijndael-alg-fst.h
|
||||
|
||||
Reference in New Issue
Block a user