From 1f0a9476369665eb3d214ff351ac8a310f1e34c0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 Sep 2009 22:19:04 +0200 Subject: add -pthread to CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit