mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 21:39:53 +01:00
10 lines
264 B
JavaScript
10 lines
264 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
// If your extension references something external, use ARG_WITH
|
|
// ARG_WITH("msgpack", "for msgpack support", "no");
|
|
|
|
if (PHP_MSGPACK != "no") {
|
|
EXTENSION("msgpack", "msgpack.c msgpack_pack.c msgpack_unpack.c msgpack_class.c");
|
|
}
|