Skip to content

Commit

Permalink
Add missing library directory flag in pkgconfig file
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <[email protected]>
  • Loading branch information
lebdron authored and vitalybuka committed Nov 6, 2020
1 parent 92204df commit 9776d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libprotobuf-mutator.pc.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include/libprotobuf-mutator

Name: libprotobuf-mutator
Description: randomly mutate protobuffers for fuzzing
Version: 0
Cflags: -I${includedir} -I${includedir}/src
Libs: -lprotobuf-mutator-libfuzzer -lprotobuf-mutator
Libs: -L${libdir} -lprotobuf-mutator-libfuzzer -lprotobuf-mutator

0 comments on commit 9776d42

Please sign in to comment.