summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-30 16:03:45 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-30 16:03:45 -0700
commitc7c1001012831eb06957b147ee3e5424c0ab2c77 (patch)
tree84616addc000805658c6ee6af12f0a9e52ccb579 /ebin
parent961c95b419ca0aa1e1c8ff6520450fe8e3368de5 (diff)
Slowly working out port driver implementation
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index e900fbf..5208858 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -19,6 +19,7 @@
{default_config, [
{app_modules, [ rebar_protobuffs_compiler,
rebar_erlc_compiler,
+ rebar_port_compiler,
rebar_app_installer ]}
]}
]}