diff options
author | 2016-05-20 19:16:08 +0200 | |
---|---|---|
committer | 2016-05-20 19:16:08 +0200 | |
commit | 4d9c71f8eb7df7a7f0c9931438c8e8b8dc9ff401 (patch) | |
tree | cb2c317cb5edf3b1299e1fb929198f42da7c0ea5 /test | |
parent | 0438d64db862aa277dcbfac2cbb12db7a3a8134d (diff) | |
download | tracker.lv2-4d9c71f8eb7df7a7f0c9931438c8e8b8dc9ff401.zip tracker.lv2-4d9c71f8eb7df7a7f0c9931438c8e8b8dc9ff401.tar.gz tracker.lv2-4d9c71f8eb7df7a7f0c9931438c8e8b8dc9ff401.tar.bz2 tracker.lv2-4d9c71f8eb7df7a7f0c9931438c8e8b8dc9ff401.tar.xz |
include math.h
Diffstat (limited to 'test')
-rw-r--r-- | test/manifest.ttl.in | 2 | ||||
-rw-r--r-- | test/timely.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/manifest.ttl.in b/test/manifest.ttl.in index ad75be0..3605c1c 100644 --- a/test/manifest.ttl.in +++ b/test/manifest.ttl.in @@ -24,5 +24,5 @@ timely:test a lv2:Plugin ; lv2:minorVersion @TIMELY_MINOR_VERSION@ ; lv2:microVersion @TIMELY_MICRO_VERSION@ ; - lv2:binary <timely@LIB_EXT@> ; + lv2:binary <timely@CMAKE_SHARED_MODULE_SUFFIX@> ; rdfs:seeAlso <timely.ttl> . diff --git a/test/timely.c b/test/timely.c index 3f9c21f..dbee9b9 100644 --- a/test/timely.c +++ b/test/timely.c @@ -17,7 +17,6 @@ #include <stdio.h> #include <stdlib.h> -#include <math.h> #include <timely.h> |