gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29902 - in gnunet: . pkgconfig


From: gnunet
Subject: [GNUnet-SVN] r29902 - in gnunet: . pkgconfig
Date: Sun, 6 Oct 2013 22:43:48 +0200

Author: grothoff
Date: 2013-10-06 22:43:48 +0200 (Sun, 06 Oct 2013)
New Revision: 29902

Added:
   gnunet/pkgconfig/gnunetmicrophone.pc.in
   gnunet/pkgconfig/gnunetspeaker.pc.in
Modified:
   gnunet/configure.ac
   gnunet/pkgconfig/Makefile.am
Log:
-add missing pkgconfig generations

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2013-10-06 20:38:44 UTC (rev 29901)
+++ gnunet/configure.ac 2013-10-06 20:43:48 UTC (rev 29902)
@@ -1414,6 +1414,7 @@
 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/gnunetrevocation.pc
 pkgconfig/gnunetscalarproduct.pc
 pkgconfig/gnunetset.pc
+pkgconfig/gnunetspeaker.pc
 pkgconfig/gnunetstatistics.pc
 pkgconfig/gnunettestbed.pc
 pkgconfig/gnunettesting.pc

Modified: gnunet/pkgconfig/Makefile.am
===================================================================
--- gnunet/pkgconfig/Makefile.am        2013-10-06 20:38:44 UTC (rev 29901)
+++ gnunet/pkgconfig/Makefile.am        2013-10-06 20:43:48 UTC (rev 29902)
@@ -19,7 +19,8 @@
        gnunethello.pc \
        gnunetidentity.pc \
        gnunetmesh.pc \
-       gnunetmulticast.pc.in \
+       gnunetmicrophone.pc \
+       gnunetmulticast.pc \
        gnunetmysql.pc \
        gnunetnamestore.pc \
        gnunetnat.pc \
@@ -32,6 +33,7 @@
        gnunetrevocation.pc \
        gnunetscalarproduct.pc \
        gnunetset.pc \
+       gnunetspeaker.pc \
        gnunetstatistics.pc \
        gnunettestbed.pc \
        gnunettesting.pc \
@@ -73,6 +75,7 @@
        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 @@
        gnunetrevocation.pc.in \
        gnunetscalarproduct.pc.in \
        gnunetset.pc.in \
+       gnunetspeaker.pc.in \
        gnunetstatistics.pc.in \
        gnunettestbed.pc.in \
        gnunettesting.pc.in \

Added: gnunet/pkgconfig/gnunetmicrophone.pc.in
===================================================================
--- gnunet/pkgconfig/gnunetmicrophone.pc.in                             (rev 0)
+++ gnunet/pkgconfig/gnunetmicrophone.pc.in     2013-10-06 20:43:48 UTC (rev 
29902)
@@ -0,0 +1,12 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+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}

Added: gnunet/pkgconfig/gnunetspeaker.pc.in
===================================================================
--- gnunet/pkgconfig/gnunetspeaker.pc.in                                (rev 0)
+++ gnunet/pkgconfig/gnunetspeaker.pc.in        2013-10-06 20:43:48 UTC (rev 
29902)
@@ -0,0 +1,12 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+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}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]