root/branches/libffado-scons_porting_work/libffado.pc.in

Revision 526, 176 bytes (checked in by arnonym, 17 years ago)

installing ffado should work now (it does here). simply do "scons install" to get the lib, header and pkg-config file installed to the PREFIX...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 prefix=$PREFIX
2 exec_prefix=$bindir
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}
Note: See TracBrowser for help on using the browser.