diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-17 17:33:31 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-17 17:33:31 +0200 |
commit | f0e126251360f050b7121f167771c057bda8747e (patch) | |
tree | 3cea2dff8c386397edce6a0d11fb5dcfa7a35e35 /src | |
parent | d95a2c5d1ddce913dcb1d1ab5dc59f6a588ab599 (diff) | |
parent | 4fe47adc7aca54951a50b1c1ae95cb02e46f8d3d (diff) |
Merge branch 'master' into telegps-v0.3
Diffstat (limited to 'src')
-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 3c9ac9c6..75b1f848 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 |