aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index d353c33..c6445d0 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -60,7 +60,7 @@ app: ebin/$(PROJECT).app
define compile_erl
$(erlc_verbose) ERL_LIBS=deps erlc -v $(ERLC_OPTS) -o ebin/ -pa ebin/ \
- $(COMPILE_FIRST_PATHS) $(1)
+ -I include/ $(COMPILE_FIRST_PATHS) $(1)
endef
define compile_dtl