40d69da5e6
[Keegan: various small changes]
16 lines
279 B
Makefile
16 lines
279 B
Makefile
AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) -fno-default-inline -pipe
|
|
|
|
noinst_LIBRARIES = libmoshcrypto.a
|
|
|
|
libmoshcrypto_a_SOURCES = \
|
|
ae.h \
|
|
base64.cc \
|
|
base64.h \
|
|
byteorder.h \
|
|
crypto.cc \
|
|
crypto.h \
|
|
ocb.cc \
|
|
prng.h \
|
|
rijndael-alg-fst.cc \
|
|
rijndael-alg-fst.h
|