diff options
author | lloyd <[email protected]> | 2013-12-31 19:01:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-31 19:01:37 +0000 |
commit | c0ce45696f6d00e7496634c233410d264d0e9d42 (patch) | |
tree | 35392692a6cc59b00ed6d4b7d71c5619889f034e /src | |
parent | 7ec00d6a7bfe94f628a6c5118f3a0e8ed7938f99 (diff) |
Make eax_test example (which reads LTC's EAX test file) an actual
test. Update to new AEAD api. Currently requires boost_regex (for
tests only), done via hardcoding in makefile template.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/makefile/unix_shr.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in index c412a94fd..610367dc5 100644 --- a/src/build-data/makefile/unix_shr.in +++ b/src/build-data/makefile/unix_shr.in @@ -71,7 +71,7 @@ CHECKOBJS = %{check_objs} # Link Commands $(CHECK): $(LIBRARIES) $(CHECKOBJS) - $(CXX) $(LDFLAGS) $(CHECKOBJS) $(SHARED_LIB) $(LINK_TO) -o $(CHECK) + $(CXX) $(LDFLAGS) $(CHECKOBJS) $(SHARED_LIB) $(LINK_TO) -lboost_regex -o $(CHECK) $(STATIC_LIB): $(LIBOBJS) $(RM) $(STATIC_LIB) |