aboutsummaryrefslogtreecommitdiff
path: root/fuse3.pc.in
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 17:07:57 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 20:50:44 +0200
commit30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch)
tree5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /fuse3.pc.in
parent937467b6a06b72ee44709541f71b614ca28fa870 (diff)
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'fuse3.pc.in')
-rw-r--r--fuse3.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/fuse3.pc.in b/fuse3.pc.in
deleted file mode 100644
index b59a1f3..0000000
--- a/fuse3.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: fuse
-Description: Filesystem in Userspace
-Version: @VERSION@
-Libs: -L${libdir} -lfuse3 -pthread
-Libs.private: @libfuse_libs@
-Cflags: -I${includedir}/fuse3