aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetenv.pc.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-05 10:51:51 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-05 10:51:51 +0200
commit5a98e52507f42f1b3a238c54569d95952bb92e55 (patch)
tree5bad7a7826d3b7406cb9831e73f582e203f80029 /pkgconfig/gnunetenv.pc.in
parent1ee4a7f1d72bd3bc0608c74a025c52b32e9a68ee (diff)
downloadgnunet-5a98e52507f42f1b3a238c54569d95952bb92e55.tar.gz
gnunet-5a98e52507f42f1b3a238c54569d95952bb92e55.zip
Fix rps build; remove deprecated files; remove testbed from build
Diffstat (limited to 'pkgconfig/gnunetenv.pc.in')
-rw-r--r--pkgconfig/gnunetenv.pc.in12
1 files changed, 0 insertions, 12 deletions
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}