Skip to content

Commit 9ae7c5c

Browse files
author
Sebastiano Merlino
committed
Merge pull request etr#35 from etr/cflags_for_swig_in_pcfile
add -I${includedir}/httpserver to CFLAGS
2 parents 9f017e6 + 740b046 commit 9ae7c5c

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.7
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)