Skip to content

Commit

Permalink
Add utils lib to exml_escape NIF file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgray committed Feb 25, 2014
1 parent af754e4 commit 1dce9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -2,7 +2,7 @@
[{".*", "priv/exml_event.so", ["c_src/exml_utils.c", "c_src/exml_event.c"],
[{env, [{".*", "CFLAGS", "$CFLAGS -g -Wall"},
{".*", "LDFLAGS", "$LDFLAGS -fPIC -lexpat"}]}]},
{".*", "priv/exml_escape.so", ["c_src/exml_escape.c"],
{".*", "priv/exml_escape.so", ["c_src/exml_utils.c", "c_src/exml_escape.c"],
[{env, [{".*", "CFLAGS", "$CFLAGS -g -Wall"},
{".*", "LDFLAGS", "$LDFLAGS -fPIC"}]}]}]}.
{cover_enabled, true}.

0 comments on commit 1dce9a0

Please sign in to comment.