diff options
author | Bdale Garbee <bdale@gag.com> | 2013-08-17 16:04:36 +0200 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-08-17 16:04:36 +0200 |
commit | c2dc65bca190afaee2bea7eefc3ce2f77cf85945 (patch) | |
tree | 287564c58eae03f7e9c7e034a47867bf70ee36a1 | |
parent | 17a9b810204d9d268520984e56acfcb6796ab6e0 (diff) | |
parent | eaabbee19837970022ccb0a8ca1277621cbe0be6 (diff) |
Merge branch 'branch-1.2' into debian
-rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 169c1dc6..76d50f16 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -69,7 +69,7 @@ ao_micropeak_test: ao_micropeak_test.c ao_microflight.c ao_kalman.h cc $(CFLAGS) -o $@ ao_micropeak_test.c -lm ao_fat_test: ao_fat_test.c ao_fat.c ao_bufio.c - cc $(CFLAGS) -o $@ ao_fat_test.c -lssl + cc $(CFLAGS) -o $@ ao_fat_test.c -lssl -lcrypto ao_aes_test: ao_aes_test.c ao_aes.c ao_aes_tables.c cc $(CFLAGS) -o $@ ao_aes_test.c |