* 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
This commit is contained in:
Badlop
2008-07-16 16:58:42 +00:00
parent e0e7797e99
commit 970e9e0843
32 changed files with 43 additions and 25 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ else
DYNAMIC_LIB_CFLAGS = -fpic -shared
endif
EFLAGS = -I .. -pz ..
EFLAGS += -I ..
EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations.
ifdef debug
EFLAGS+=+debug_info