summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2016-10-07 09:48:55 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2016-10-07 09:48:55 +0200
commit33a440473829a82188a9547146789fae72185c5e (patch)
treeaa8efa1434f252432ab99274eaca45a9427207bc /src/Makefile
parentcbbe2fe63a1b22f6d0873bfe11ff3e834a1a883c (diff)
Import plainbox-provider-checkbox_0.21.orig.tar.gzupstream-0.21patched-0.21-1
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 49d167b..2d5cb25 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,5 +7,7 @@ clean:
threaded_memtest: CFLAGS += -pthread
threaded_memtest: CFLAGS += -Wno-unused-but-set-variable
+clocktest: CFLAGS += -D_POSIX_C_SOURCE=199309L
+clocktest: LDLIBS += -lrt
CFLAGS += -Wall