diff options
Diffstat (limited to 'falgproto/falgproto-0.1.pc.in')
-rw-r--r-- | falgproto/falgproto-0.1.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/falgproto/falgproto-0.1.pc.in b/falgproto/falgproto-0.1.pc.in new file mode 100644 index 0000000..693c519 --- /dev/null +++ b/falgproto/falgproto-0.1.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Protocol library for FastALG +Description: Application layer protocol parser for FastALG +Version: @VERSION@ +Libs: -lfalgproto-0.1 +Cflags: -I${includedir}/falgproto-0.1 |