Fixed command calling crash
[silc.git] / lib / silcclient.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: @PACKAGE@ (client library)
7 Description: SILC Client Library
8 Version: @VERSION@
9 Requires: silc = @VERSION@
10 Libs: -L${libdir} -lsilcclient @LIBS@
11 Cflags: -I${includedir}
12