From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- tests/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 5903b52..d4c53cb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,7 +7,7 @@ CXXFLAGS+= -I. -fPIE CXXTESTFLAGS= LIBS=\ --lcommon \ +-lreichwein \ -lboost_context \ -lboost_filesystem \ -lboost_timer \ @@ -17,7 +17,7 @@ LIBS=\ -lssl -lcrypto \ -ldl -LDFLAGS+=-pie -L../libcommon +LDFLAGS+=-pie TESTSRC=\ test-environment.cpp \ @@ -27,7 +27,7 @@ TESTSRC=\ build: $(PROJECTNAME) ./$(PROJECTNAME) -$(PROJECTNAME): ../libcommon/libcommon.a $(TESTSRC:.cpp=.o) +$(PROJECTNAME): $(TESTSRC:.cpp=.o) $(CXX) $(LDFLAGS) $^ $(LDLIBS) $(LIBS) -o $@ dep: $(TESTSRC:.cpp=.d) -- cgit v1.2.3