Revision 445, 186 bytes
(checked in by pieterpalmers, 16 years ago)
|
* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid of end-of-line spaces
* made all license and copyrights conform
library becomes LGPL, apps become GPL
explicitly state LGPL v2.1 and GPL v2 (don't like v3 draft)
copyrights are 2005-2007 Daniel & Pieter
except for the MotU stuff (C) Jonathan, Pieter
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 |
prefix=@prefix@ |
---|
2 |
exec_prefix=@exec_prefix@ |
---|
3 |
libdir=@libdir@ |
---|
4 |
includedir=@includedir@ |
---|
5 |
|
---|
6 |
Name: libffado |
---|
7 |
Description: FFADO |
---|
8 |
Version: @VERSION@ |
---|
9 |
Libs: -L${libdir} -lffado |
---|
10 |
Cflags: -I${includedir} |
---|