aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 21:07:26 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 21:07:26 +0100
commit0d4f151374efb1972361c40b6624bf4fd0e3fcaa (patch)
tree2183ffe652714501efd34525756a8e107b49f690 /pkgconfig
parent3f6d37c74ee2357cc2cdae7f0022ff422f0a92c6 (diff)
downloadgnunet-0d4f151374efb1972361c40b6624bf4fd0e3fcaa.tar.gz
gnunet-0d4f151374efb1972361c40b6624bf4fd0e3fcaa.zip
externalizing secushare logic
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am9
-rw-r--r--pkgconfig/gnunetmulticast.pc.in12
-rw-r--r--pkgconfig/gnunetpsyc.pc.in12
-rw-r--r--pkgconfig/gnunetpsycstore.pc.in12
-rw-r--r--pkgconfig/gnunetsocial.pc.in12
5 files changed, 2 insertions, 55 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 3a3102f0a..04243a608 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -19,14 +19,11 @@ pcfiles = \
19 gnunetidentity.pc \ 19 gnunetidentity.pc \
20 gnunetcadet.pc \ 20 gnunetcadet.pc \
21 gnunetmicrophone.pc \ 21 gnunetmicrophone.pc \
22 gnunetmulticast.pc \
23 gnunetmysql.pc \ 22 gnunetmysql.pc \
24 gnunetnamestore.pc \ 23 gnunetnamestore.pc \
25 gnunetnat.pc \ 24 gnunetnat.pc \
26 gnunetnse.pc \ 25 gnunetnse.pc \
27 gnunetpeerinfo.pc \ 26 gnunetpeerinfo.pc \
28 gnunetpsyc.pc \
29 gnunetpsycstore.pc \
30 gnunetregex.pc \ 27 gnunetregex.pc \
31 gnunetrevocation.pc \ 28 gnunetrevocation.pc \
32 gnunetrps.pc \ 29 gnunetrps.pc \
@@ -38,7 +35,7 @@ pcfiles = \
38 gnunettesting.pc \ 35 gnunettesting.pc \
39 gnunettransport.pc \ 36 gnunettransport.pc \
40 gnunetutil.pc \ 37 gnunetutil.pc \
41 gnunetvpn.pc 38 gnunetvpn.pc
42 39
43all-local: $(pcfiles) 40all-local: $(pcfiles)
44 41
@@ -95,9 +92,7 @@ EXTRA_DIST = \
95 gnunettransport.pc.in \ 92 gnunettransport.pc.in \
96 gnunettun.pc.in \ 93 gnunettun.pc.in \
97 gnunetutil.pc.in \ 94 gnunetutil.pc.in \
98 gnunetvpn.pc.in 95 gnunetvpn.pc.in
99 96
100CLEANFILES = $(pcfiles) 97CLEANFILES = $(pcfiles)
101AM_CPPFLAGS = -I$(top_srcdir)/src/include 98AM_CPPFLAGS = -I$(top_srcdir)/src/include
102
103
diff --git a/pkgconfig/gnunetmulticast.pc.in b/pkgconfig/gnunetmulticast.pc.in
deleted file mode 100644
index 204555519..000000000
--- a/pkgconfig/gnunetmulticast.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet MULTICAST
7Description: library to multicast messages to a group of peers
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetmulticast
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetpsyc.pc.in b/pkgconfig/gnunetpsyc.pc.in
deleted file mode 100644
index 9cfabdf83..000000000
--- a/pkgconfig/gnunetpsyc.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet PSYC
7Description: library for PSYC multicast channel management
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetpsyc
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetpsycstore.pc.in b/pkgconfig/gnunetpsycstore.pc.in
deleted file mode 100644
index 765abdc5b..000000000
--- a/pkgconfig/gnunetpsycstore.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet PSYCSTORE
7Description: library to for persistent storage of PSYC messages
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetpsycstore
12Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetsocial.pc.in b/pkgconfig/gnunetsocial.pc.in
deleted file mode 100644
index 5ea9c6a26..000000000
--- a/pkgconfig/gnunetsocial.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet Social
7Description: library for social interactions
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetsocial
12Cflags: -I${includedir}