* Add install target

This commit is contained in:
Chris Cannam
2007-12-07 22:05:59 +00:00
parent 9bf7e03d5c
commit f39fd78ab5
4 changed files with 37 additions and 0 deletions

10
rubberband.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix=%PREFIX%
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: rubberband
Version: 1.0
Description:
Libs: -L${libdir} -lrubberband
Cflags: -I${includedir}