Skip to content

Commit 458d16b

Browse files
committed
Fix lib expectations in libhttpserver.pc.in
1 parent 063e3d6 commit 458d16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libhttpserver.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Description: A C++ library for creating an embedded Rest HTTP server
88
Version: @VERSION@
99
Requires: libmicrohttpd >= 0.9.37
1010
Conflicts:
11-
Libs: -L${libdir} -lmicrohttpd
11+
Libs: -L${libdir} -lhttpserver
1212
Libs.private: @LHT_LIBDEPS@
1313
Cflags: -I${includedir} -I${includedir}/httpserver

0 commit comments

Comments
 (0)