Skip to content

Commit

Permalink
Update library name in package config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jul 12, 2015
1 parent 038f415 commit 2e9a4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oxli.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ libdir=${exec_prefix}/lib
sharedlibdir=${libdir}
includedir=${prefix}/include

Name: khmer
Name: oxli
Description: The unsupported core C++ library from the khmer project
URL: http://khmer.readthedocs.org/
Version: @VERSION@

Requires:
Libs: -L${libdir} -L${sharedlibdir} -lkhmer
Libs: -L${libdir} -L${sharedlibdir} -loxli
Cflags: -I${includedir}

0 comments on commit 2e9a4e1

Please sign in to comment.