diff options
| author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2016-10-07 09:48:55 +0200 |
|---|---|---|
| committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2016-10-07 09:48:55 +0200 |
| commit | 33a440473829a82188a9547146789fae72185c5e (patch) | |
| tree | aa8efa1434f252432ab99274eaca45a9427207bc /src/Makefile | |
| parent | cbbe2fe63a1b22f6d0873bfe11ff3e834a1a883c (diff) | |
Import plainbox-provider-checkbox_0.21.orig.tar.gzupstream-0.21patched-0.21-1
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 |
