aboutsummaryrefslogtreecommitdiff
path: root/src/mod_irc/Makefile
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-07-13 09:00:01 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-07-13 09:00:01 +0000
commit3131c081550e7eefdfddddb5939145a892863a44 (patch)
tree10401d00f2ebaaa6592e2c1e53cfca95a56a07ac /src/mod_irc/Makefile
parent* src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node (diff)
* doc/guide.tex: Updated (thanks to Sergei Golovan)
* src/expat_erl.c: Added #ifdef for WIN32 (thanks to Sergei Golovan) * src/mod_irc/iconv_erl.c: Likewise * src/configure.erl: Defines ERLANG_DIR variable (thanks to Sergei Golovan) * **/Makefile: Use ERLANG_DIR (thanks to Sergei Golovan) * **/Makefile.win32: Makefiles for windows build (thanks to Sergei Golovan) * src/configure.bat: Configuration script for windows (thanks to Sergei Golovan) SVN Revision: 123
Diffstat (limited to 'src/mod_irc/Makefile')
-rw-r--r--src/mod_irc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_irc/Makefile b/src/mod_irc/Makefile
index e5bf89189..60e511896 100644
--- a/src/mod_irc/Makefile
+++ b/src/mod_irc/Makefile
@@ -2,7 +2,7 @@
include ../Makefile.inc
-INCLUDES = -I/usr/lib/erlang/usr/include \
+INCLUDES = -I$(ERLANG_DIR)/usr/include \
-I$(EI_DIR)/include \
-I/usr/local/include