diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:43:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:43:48 +0000 |
commit | 528841dd593662be2347fb2059f6314f7d59a676 (patch) | |
tree | c3ab14c43034378ca681934e498896918a17ab61 /pkgconfig/gnunetmicrophone.pc.in | |
parent | 0221a112acdf950799c19796961220466aadb396 (diff) |
-add missing pkgconfig generations
Diffstat (limited to 'pkgconfig/gnunetmicrophone.pc.in')
-rw-r--r-- | pkgconfig/gnunetmicrophone.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetmicrophone.pc.in b/pkgconfig/gnunetmicrophone.pc.in new file mode 100644 index 000000000..fd39f51a8 --- /dev/null +++ b/pkgconfig/gnunetmicrophone.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet MICROPHONE +Description: library to access the system's microphone (recording of OPUS-encoded data) +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetmicrophone +Cflags: -I${includedir} |