diff options
Diffstat (limited to 'src/web/Makefile.in')
-rw-r--r-- | src/web/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in index 3a75f7e17..151f4c476 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -9,7 +9,7 @@ LIBS = @LIBS@ ERLANG_CFLAGS = @ERLANG_CFLAGS@ ERLANG_LIBS = @ERLANG_LIBS@ -EFLAGS += -I ../../include +EFLAGS += -I .. EFLAGS += -pz .. # make debug=true to compile Erlang module with debug informations. |