aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 00:53:06 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 00:53:23 +0100
commitd8a11aace3ade81eebb0dd3f5b22fb85a536114a (patch)
tree18fda10f0dd764efaffa20da38e6ea5cf3f8628c /pkgconfig
parent9f3172d558fd51842516d23288070d28c298c950 (diff)
downloadgnunet-d8a11aace3ade81eebb0dd3f5b22fb85a536114a.tar.gz
gnunet-d8a11aace3ade81eebb0dd3f5b22fb85a536114a.zip
add more missing EXTRA_DISTs and remove dv (to be integrated with transport in TNG)
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am1
-rw-r--r--pkgconfig/gnunetdv.pc.in12
2 files changed, 0 insertions, 13 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 755d680df..9ff682bd8 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -10,7 +10,6 @@ pcfiles = \
10 gnunetdatastore.pc \ 10 gnunetdatastore.pc \
11 gnunetdht.pc \ 11 gnunetdht.pc \
12 gnunetdns.pc \ 12 gnunetdns.pc \
13 gnunetdv.pc \
14 gnunetenv.pc \ 13 gnunetenv.pc \
15 gnunetfragmentation.pc \ 14 gnunetfragmentation.pc \
16 gnunetfs.pc \ 15 gnunetfs.pc \
diff --git a/pkgconfig/gnunetdv.pc.in b/pkgconfig/gnunetdv.pc.in
deleted file mode 100644
index bd5bd4278..000000000
--- a/pkgconfig/gnunetdv.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet dv
7Description: Library to access GNUnet DV service
8URL: http://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetdv
12Cflags: -I${includedir}