diff options
| author | Alexey Shchepin <alexey@process-one.net> | 2003-10-18 19:15:12 +0000 |
|---|---|---|
| committer | Alexey Shchepin <alexey@process-one.net> | 2003-10-18 19:15:12 +0000 |
| commit | a704f9760d4b8e3445276e08166fed58c935b18c (patch) | |
| tree | cea3104e79b50553c1aa1bd8edf67f0fa6ee2f8c /src/Makefile.in | |
| parent | * src/configure.ac: Build system now done using autoconf (thanks (diff) | |
* src/ejabberd_service.erl: Added supports for multiple hosts per
service
* src/Makefile.in: Minor fix
SVN Revision: 153
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index dd33721fc..cf9e461f8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -30,9 +30,10 @@ mostlyclean-recursive maintainer-clean-recursive: done -$(ERLSHLIBS): ../%.so: %.c +$(ERLSHLIBS): %.so: %.c gcc -Wall $(INCLUDES) $(CFLAGS) $(LDFLAGS) $(LIBDIRS) \ $(subst ../,,$(subst .so,.c,$@)) \ + -lexpat \ -lerl_interface \ -lei \ -o $@ -fpic -shared \ @@ -44,4 +45,3 @@ TAGS: etags *.erl Makefile: Makefile.in -
\ No newline at end of file |
