diff options
author | David Robillard <d@drobilla.net> | 2019-04-21 22:24:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-21 22:24:50 +0200 |
commit | 06ae97e32c7533999a009a6355379677bd2c2003 (patch) | |
tree | 9af1d2d69337a10bcdb16f6282f56e78557abb98 /raul.pc.in | |
parent | fb77d2cf1b038812055750c6dd653f99bd2b5e7c (diff) | |
download | raul-06ae97e32c7533999a009a6355379677bd2c2003.tar.gz raul-06ae97e32c7533999a009a6355379677bd2c2003.tar.bz2 raul-06ae97e32c7533999a009a6355379677bd2c2003.zip |
Fix pkg-config file for versioned installation
Diffstat (limited to 'raul.pc.in')
-rw-r--r-- | raul.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ Name: raul Version: @RAUL_VERSION@ Description: A C++ convenience library for realtime audio applications Libs: @RAUL_PC_LIBS@ -Cflags: -I${includedir} +Cflags: -I${includedir}/raul-@RAUL_MAJOR_VERSION@ |