summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-14 22:19:04 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-14 22:19:04 +0200
commit1f0a9476369665eb3d214ff351ac8a310f1e34c0 (patch)
tree03c2bba8141a4de0067339b88228948171fb22b4
parentdab7b070ea973a3799ca948db14f49953f7eace3 (diff)
add -pthread to CFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55fdbf6..2912f61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SONAME=libmutrace.so
-CFLAGS=-Wextra -Wall -O0 -g -DPACKAGE_VERSION=\"0.1\" -fPIC -DSONAME=\"$(SONAME)\"
+CFLAGS=-pipe -pthread -Wextra -Wall -O0 -g -DPACKAGE_VERSION=\"0.1\" -fPIC -DSONAME=\"$(SONAME)\"
LIBS=-lrt -ldl
$(SONAME): mutrace.o