diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-07 15:13:34 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-07 15:13:34 +0100 |
commit | f9c16675dc625c124345bb440aa9604af61ddb8d (patch) | |
tree | ada38ded21f6e7e2a93f7047ee78bcc309da1011 /ouroboros.pc.in | |
parent | 486b601ecb6d79c90eadc4dda0981e25e6a7ba1d (diff) | |
download | ouroboros-f9c16675dc625c124345bb440aa9604af61ddb8d.tar.gz ouroboros-f9c16675dc625c124345bb440aa9604af61ddb8d.zip |
build: Add check target, fix packaging
This adds a build target 'check', which executes a test suite for
every daemon/library. Every test suite consists of a test driver that
executes a function in a file with the same name as the function. The
compile_debug script executes the 'check' target to validate there are
no regressions. Packaging is also fixed and the prototype can be
shipped as a tarball.
Diffstat (limited to 'ouroboros.pc.in')
-rw-r--r-- | ouroboros.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ouroboros.pc.in b/ouroboros.pc.in index 79b139c0..b10ce9a4 100644 --- a/ouroboros.pc.in +++ b/ouroboros.pc.in @@ -1,6 +1,6 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${exec_prefix}/lib64@LIB_SUFFIX@ +libdir=${exec_prefix}/lib@LIB_SUFFIX@ includedir=${prefix}/include Name: @PROJECT_NAME@ |