--- src/tests/Makefile.am | 2 +- src/tests/libica_sha_test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 0f510c1..f941c49 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -29,7 +29,7 @@ all: $(TARGETS) # Every target is created from a single .c file. %: %.c - gcc $(OPTS) $(LIBS) $(INCLUDE) -lica -lcrypto -o $@ $^ + gcc $(OPTS) -o $@ $^ $(LIBS) $(INCLUDE) -lica -lcrypto clean: rm -f $(TARGETS) diff --git a/src/tests/libica_sha_test/Makefile.am b/src/tests/libica_sha_test/Makefile.am index 34bdf91..b6b4fc4 100644 --- a/src/tests/libica_sha_test/Makefile.am +++ b/src/tests/libica_sha_test/Makefile.am @@ -16,7 +16,7 @@ FILES = libica_sha_test.c~ \ include/critical_error.h~ all: - $(CC) $(OPTS) $(LIBS) $(INCLUDE) -lica -lcrypto -o libica_sha_test $(SOURCES) + $(CC) $(OPTS) -o libica_sha_test $(SOURCES) $(LIBS) $(INCLUDE) -lica -lcrypto clean: rm -f libica_sha_test -- 2.7.0.rc3 ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Opencryptoki-tech mailing list Opencryptoki-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech