libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost...
[libt2n] / codegen / clientlib.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: @CMDGROUP@
7 Description: command group @CMDGROUP@ client library
8 Version: @VERSION@
9 Requires: libt2n
10 Libs: -L${libdir} -l@CMDGROUP@
11 Cflags: -I${includedir}