diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 06:06:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 06:06:02 +0000 |
commit | e118d7e6d6457d28dbd4fae1ffd239c69b2a97db (patch) | |
tree | 95b3494bc8f17d07fd8a22f2e40a069192e67bc5 /xproxymngproto.pc.in | |
parent | 6f93207c9248b243fba35554421b7bedd09fe77e (diff) |
Modularize ProxyManager (PM) protocol headers used by lbxproxy & xproxymngr
Diffstat (limited to 'xproxymngproto.pc.in')
-rw-r--r-- | xproxymngproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xproxymngproto.pc.in b/xproxymngproto.pc.in new file mode 100644 index 0000000..4c4afcc --- /dev/null +++ b/xproxymngproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XProxyManagementProtocol +Description: X Proxy Management Protocol headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |