diff options
author | Badlop <badlop@process-one.net> | 2008-07-16 16:58:42 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-07-16 16:58:42 +0000 |
commit | 970e9e0843e4da51bb7bfb42b89c11d491883e5c (patch) | |
tree | a37c3a7cb9a417a504860aa492e50c14d38145b5 /src/web/Makefile.in | |
parent | Rolled back the previous IP getting patch, and Report connection's IP address... (diff) |
* src/*.hrl: Get back all ejabberd header files to their original
placement in src/ subdirectories (EJAB-696)
* src/*/*.erl: Likewise
* src/*/Makefile.in: Likewise
* src/Makefile.in: Install header files in system include/ dir,
reproducing the subdirectory structure of src/
SVN Revision: 1453
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. |