Skip to content

Commit

Permalink
Improve pkgconfig. Patch supplied by Andreas Cadhalpun.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Morgan committed Sep 9, 2015
1 parent 405ec90 commit 9229113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libclamav.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ includedir=@includedir@
Name: libclamav
Description: A GPL virus scanner
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
Cflags: -I${includedir} @CFLAGS@
Libs: -L${libdir} -lclamav
Libs.private: @LIBCLAMAV_LIBS@
Cflags: -I${includedir}

0 comments on commit 9229113

Please sign in to comment.