diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-12-19 14:26:58 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-12-19 16:07:00 +0100 |
commit | d3638c5a9a2ba365b093bc125bfbb9c0b6381f54 (patch) | |
tree | e5039912b4c1e88fb44b4c841cd2be210ff8a0fa /usbredirparser/libusbredirparser.pc.in | |
parent | ce289c5c6d2aeda985eff714679cc610573ebb98 (diff) |
Define exec_prefix in .pc files
@libdir@ is expanded to ${exec_prefix}/lib on my machine so we
need exec_prefix to be defined in the .pc file.
Thanks to Marc-André Lureau for reporting this.
Diffstat (limited to 'usbredirparser/libusbredirparser.pc.in')
-rw-r--r-- | usbredirparser/libusbredirparser.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usbredirparser/libusbredirparser.pc.in b/usbredirparser/libusbredirparser.pc.in index 6c9b286..2bb1a62 100644 --- a/usbredirparser/libusbredirparser.pc.in +++ b/usbredirparser/libusbredirparser.pc.in @@ -1,4 +1,5 @@ prefix=@prefix@ +exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ |