X Tutup
Skip to content

Commit 740b046

Browse files
committed
add -I${includedir}/httpserver to CFLAGS
This make swig file generation easier because HTTPSERVER_CFLAGS can be directly used in swig file generation. This fix affect only clients that use swing on their code.
1 parent ceefd8b commit 740b046

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
@@ -10,4 +10,4 @@ Requires: libmicrohttpd >= 0.9.9
1010
Conflicts:
1111
Libs: -L${libdir} -lmicrohttpd
1212
Libs.private: @LHT_LIBDEPS@
13-
Cflags: -I${includedir}
13+
Cflags: -I${includedir} -I${includedir}/httpserver

0 commit comments

Comments
 (0)
X Tutup