mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
SVN Revision: 436
This commit is contained in:
parent
c6441edc7a
commit
92bac4761b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user