summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Gebetsroither <gebi@mgeb.org>2008-11-24 16:18:19 +0000
committerMichael Gebetsroither <gebi@mgeb.org>2008-11-24 16:18:19 +0000
commit1118089629df4ffedbc82fa6901cbad22a6d6cb8 (patch)
tree8945f1ab990d587c306921552621cce530527dd4 /src/Makefile
parentfixed Makefile (diff)
Add boost-system to LDFLAGS
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
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