Skip to content
Snippets Groups Projects
Commit 105a52eb authored by TQ Hirsch's avatar TQ Hirsch
Browse files

Merge pull request #75 from jrozner/master

Fixes for packageconfig
parents c6ca2aea 1c1d0be0
No related merge requests found
prefix=/usr
prefix=${prefix}
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
......@@ -6,5 +6,5 @@ libdir=${exec_prefix}/lib
Name: libhammer
Description: The Hammer parsing library
Version: 0.9.0
Cflags: -I${includedir}/hammer
Cflags: -I${includedir}
Libs: -L${libdir} -lhammer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment