aboutsummaryrefslogtreecommitdiff
path: root/lib/libmicrohttpd/libmicrohttpd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmicrohttpd/libmicrohttpd.pc.in')
-rw-r--r--lib/libmicrohttpd/libmicrohttpd.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libmicrohttpd/libmicrohttpd.pc.in b/lib/libmicrohttpd/libmicrohttpd.pc.in
deleted file mode 100644
index 54ce379dab..0000000000
--- a/lib/libmicrohttpd/libmicrohttpd.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libmicrohttpd
-Description: A library for creating an embedded HTTP server
-Version: @VERSION@
-Requires:
-Conflicts:
-Libs: -L${libdir} -lmicrohttpd
-Libs.private: @MHD_LIBDEPS@
-Cflags: -I${includedir}