Hi

README + pkg-config.

- Lauri
>From 666bbd5fa0205ded43cd574d635565660c385b1a Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <[email protected]>
Date: Thu, 26 Jul 2012 18:26:32 +0300
Subject: [PATCH] monkey: Update README and add a pkg-config file

---
 README       |    1 +
 monkey.pc.in |   10 ++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 monkey.pc.in

diff --git a/README b/README
index a8225c8..fb3e5c5 100644
--- a/README
+++ b/README
@@ -16,6 +16,7 @@ Features
  - x86 & x64 architectures compatible (including ARM processors)
  - Common features: SSL, IPv6, Basic Auth, log writer, security, 
                     directory listing, etc.
+ - Embeddable as a shared library (only one context supported currently)
 
 
 Requirements
diff --git a/monkey.pc.in b/monkey.pc.in
new file mode 100644
index 0000000..bd04d07
--- /dev/null
+++ b/monkey.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+libdir=LIBDIR
+includedir=INCDIR
+
+Name: Monkey
+Description: Fast embeddable web server
+Version: VERSION
+Requires: 
+Libs: -L${libdir} -lmonkey -pthread
+Cflags: -I${includedir}
-- 
1.7.2.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to