diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 14:09:48 +0100 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 14:09:48 +0100 |
| commit | 0ab10b321fe3881808d63b010eee29e4dec9cba7 (patch) | |
| tree | f84ea0c75d98cd226feb5955591aca542eb049f0 | |
| parent | b00da1bf9f89f73309075c652c7fc5d89796704e (diff) | |
Export plugin dir in the pkg-config description
| -rw-r--r-- | src/libuca.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libuca.pc.in b/src/libuca.pc.in index 14a9361..cd3f58c 100644 --- a/src/libuca.pc.in +++ b/src/libuca.pc.in @@ -4,6 +4,7 @@ libdir=@UCA_LIBDIR@ includedir=@UCA_INCLUDEDIR@ girdir=@UCA_GIRDIR@ typelibdir=@UCA_TYPELIBDIR@ +plugindir=@UCA_PLUGINDIR@ Name: libuca Description: @UCA_DESCRIPTION@ |
