diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-25 09:25:12 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-25 09:25:12 +0100 |
commit | 8edd5cbc43e4a716478135d3566347243a3d4ade (patch) | |
tree | 3ba904e3042aa94046fffc6302b4968fd5ede837 /src/uca.pc.in | |
parent | 8d35fd322d3b8cd5240b95ac58ded1ff9ba041d1 (diff) | |
download | uca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.gz uca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.bz2 uca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.xz uca-8edd5cbc43e4a716478135d3566347243a3d4ade.zip |
Install pkg-config information file
Diffstat (limited to 'src/uca.pc.in')
-rwxr-xr-x | src/uca.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/uca.pc.in b/src/uca.pc.in new file mode 100755 index 0000000..59a4813 --- /dev/null +++ b/src/uca.pc.in @@ -0,0 +1,13 @@ +# Package Information for pkg-config + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir_old=@includedir@/uca +includedir_new=@includedir@ + +Name: libuca +Description: Unified Camera Access +Version: @VERSION@ +Libs: -L${libdir} -luca +Cflags: -I${includedir_old} -I${includedir_new} |