fix Makefile to allow make install direct

This commit is contained in:
Vitor Santos Costa 2010-08-26 10:45:33 -05:00
parent 6e17b2053f
commit 6d455421a4

View File

@ -104,7 +104,7 @@ json.@SO@: $(JSONOBJ)
http_stream.o: $(srcdir)/http_error.c $(srcdir)/http_chunked.c $(srcdir)/cgi_stream.c $(srcdir)/stream_range.c
install: $(LIBPL)
install: $(LIBPL) $(SOLIBS)
mkdir -p $(BINTARGET)
rm -f $(BINTARGET)/http_chunked.@SO@
$(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET)