diff options
author | Michael Gebetsroither <gebi@mgeb.org> | 2008-11-24 16:18:19 +0000 |
---|---|---|
committer | Michael Gebetsroither <gebi@mgeb.org> | 2008-11-24 16:18:19 +0000 |
commit | 1118089629df4ffedbc82fa6901cbad22a6d6cb8 (patch) | |
tree | 8945f1ab990d587c306921552621cce530527dd4 /src | |
parent | fixed Makefile (diff) |
Add boost-system to LDFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8ba8dca..29fc3c9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -34,7 +34,7 @@ CCFLAGS = -g CXX = g++ CXXFLAGS = -g -Wall LD = g++ -LDFLAGS = -g -Wall -O2 -lboost_thread -lgcrypt -lgpg-error -lboost_serialization +LDFLAGS = -g -Wall -O2 -lboost_thread -lgcrypt -lgpg-error -lboost_serialization -lboost_system ifeq ($(TARGET),Linux) CCFLAGS += -D_XOPEN_SOURCE=600 |