diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-11-19 00:57:29 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-11-19 00:57:29 +0000 |
commit | 92bac4761bdef91604f2fb0997a5be79b8224d37 (patch) | |
tree | b304d9db6dd3e8c2714a75ac903df310bd133c46 /src | |
parent | * src/ejabberd_s2s_in.erl: Support for dNSName certificate field (diff) |
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
SVN Revision: 436
Diffstat (limited to 'src')
-rw-r--r-- | src/tls/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/Makefile.in b/src/tls/Makefile.in index e0ebd5d4f..93f99032d 100644 --- a/src/tls/Makefile.in +++ b/src/tls/Makefile.in @@ -24,7 +24,7 @@ $(OUTDIR)/%.beam: %.erl # erl -s make all report "{outdir, \"..\"}" -noinput -s erlang halt $(ERLSHLIBS): ../%.so: %.c - $(CC) -Wall $(CFLAGS) $(LDFLAGS) \ + $(CC) -Wall $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \ $(subst ../,,$(subst .so,.c,$@)) $(LIBS) \ -o $@ -fpic -shared |