compiles and seems to run; not properly tested
[The-Artvertiser.git] / starter / starter.pc.in
blob5e0ceffa80c8c35e2fb8d98c6982a16209099f67
1 # Package Information for pkg-config
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@/bazar
8 Name: starter
9 Description: Library of commonly used structures and algorithms
10 Version: @VERSION@
11 Libs: -L${libdir} -lstarter
12 Cflags: -I${includedir}