aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am2
-rw-r--r--pkgconfig/gnunetenv.pc.in12
2 files changed, 0 insertions, 14 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 8e0a48279..77a6b2c78 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -9,7 +9,6 @@ pcfiles = \
9 gnunetdatastore.pc \ 9 gnunetdatastore.pc \
10 gnunetdht.pc \ 10 gnunetdht.pc \
11 gnunetdns.pc \ 11 gnunetdns.pc \
12 gnunetenv.pc \
13 gnunetfragmentation.pc \ 12 gnunetfragmentation.pc \
14 gnunetfs.pc \ 13 gnunetfs.pc \
15 gnunetgns.pc \ 14 gnunetgns.pc \
@@ -49,7 +48,6 @@ EXTRA_DIST = \
49 gnunetdatastore.pc.in \ 48 gnunetdatastore.pc.in \
50 gnunetdht.pc.in \ 49 gnunetdht.pc.in \
51 gnunetdns.pc.in \ 50 gnunetdns.pc.in \
52 gnunetenv.pc.in \
53 gnunetfragmentation.pc.in \ 51 gnunetfragmentation.pc.in \
54 gnunetfs.pc.in \ 52 gnunetfs.pc.in \
55 gnunetgns.pc.in \ 53 gnunetgns.pc.in \
diff --git a/pkgconfig/gnunetenv.pc.in b/pkgconfig/gnunetenv.pc.in
deleted file mode 100644
index 84e5c7457..000000000
--- a/pkgconfig/gnunetenv.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet ENV
7Description: library to manipulate PSYC environments
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetenv
12Cflags: -I${includedir}