aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile.am
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/Makefile.am
parent3f6d37c74ee2357cc2cdae7f0022ff422f0a92c6 (diff)
downloadgnunet-0d4f151374efb1972361c40b6624bf4fd0e3fcaa.tar.gz
gnunet-0d4f151374efb1972361c40b6624bf4fd0e3fcaa.zip
externalizing secushare logic
Diffstat (limited to 'pkgconfig/Makefile.am')
-rw-r--r--pkgconfig/Makefile.am9
1 files changed, 2 insertions, 7 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