Skip to content

Commit 7d5fb24

Browse files
authored
Merge pull request #149 from etr/pkg-config-file-fix
Fix lib expectations in libhttpserver.pc.in
2 parents b911c89 + 85fc04d commit 7d5fb24

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)