summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:43:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:43:48 +0000
commit528841dd593662be2347fb2059f6314f7d59a676 (patch)
treec3ab14c43034378ca681934e498896918a17ab61
parent0221a112acdf950799c19796961220466aadb396 (diff)
-add missing pkgconfig generations
-rw-r--r--configure.ac2
-rw-r--r--pkgconfig/Makefile.am6
-rw-r--r--pkgconfig/gnunetmicrophone.pc.in12
-rw-r--r--pkgconfig/gnunetspeaker.pc.in12
4 files changed, 31 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9400835d0..2e191abf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1414,6 +1414,7 @@ pkgconfig/gnunetgns.pc
pkgconfig/gnunethello.pc
pkgconfig/gnunetidentity.pc
pkgconfig/gnunetmesh.pc
+pkgconfig/gnunetmicrophone.pc
pkgconfig/gnunetmulticast.pc
pkgconfig/gnunetmysql.pc
pkgconfig/gnunetnamestore.pc
@@ -1427,6 +1428,7 @@ pkgconfig/gnunetregex.pc
pkgconfig/gnunetrevocation.pc
pkgconfig/gnunetscalarproduct.pc
pkgconfig/gnunetset.pc
+pkgconfig/gnunetspeaker.pc
pkgconfig/gnunetstatistics.pc
pkgconfig/gnunettestbed.pc
pkgconfig/gnunettesting.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index c4a366b2f..068b0bbe1 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -19,7 +19,8 @@ pcfiles = \
gnunethello.pc \
gnunetidentity.pc \
gnunetmesh.pc \
- gnunetmulticast.pc.in \
+ gnunetmicrophone.pc \
+ gnunetmulticast.pc \
gnunetmysql.pc \
gnunetnamestore.pc \
gnunetnat.pc \
@@ -32,6 +33,7 @@ pcfiles = \
gnunetrevocation.pc \
gnunetscalarproduct.pc \
gnunetset.pc \
+ gnunetspeaker.pc \
gnunetstatistics.pc \
gnunettestbed.pc \
gnunettesting.pc \
@@ -73,6 +75,7 @@ EXTRA_DIST = \
gnunethello.pc.in \
gnunetidentity.pc.in \
gnunetmesh.pc.in \
+ gnunetmicrophone.pc.in \
gnunetmulticast.pc.in \
gnunetmysql.pc.in \
gnunetnamestore.pc.in \
@@ -86,6 +89,7 @@ EXTRA_DIST = \
gnunetrevocation.pc.in \
gnunetscalarproduct.pc.in \
gnunetset.pc.in \
+ gnunetspeaker.pc.in \
gnunetstatistics.pc.in \
gnunettestbed.pc.in \
gnunettesting.pc.in \
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}
diff --git a/pkgconfig/gnunetspeaker.pc.in b/pkgconfig/gnunetspeaker.pc.in
new file mode 100644
index 000000000..3d0ab7aec
--- /dev/null
+++ b/pkgconfig/gnunetspeaker.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet SPEAKER
+Description: library to access the system's speaker (playback of OPUS-encoded data)
+URL: https://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetspeaker
+Cflags: -I${includedir}