Skip to content

Commit

Permalink
Fixes link instruction in libxmlmm.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
rioki committed May 19, 2013
1 parent 2d2ec25 commit f7bae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxmlmm.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: libxmlmm
Description: C++ Wrapper for libXML2
Version: @VERSION@
Requires: libxml-2.0 >= 2.9
Libs: -L${libdir} -llibxmlmm
Libs: -L${libdir} -lxmlmm
Cflags: -I${includedir}

0 comments on commit f7bae0a

Please sign in to comment.