* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)

SVN Revision: 436
This commit is contained in:
Alexey Shchepin 2005-11-19 00:57:29 +00:00
parent c6441edc7a
commit 92bac4761b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-19 Alexey Shchepin <alexey@sevcom.net>
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
2005-11-17 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_s2s_in.erl: Support for dNSName certificate field

View File

@ -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