diff options
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 |