Add all-unix and install-unix targets which include all modules supported on unix.
Besides standard socket and mime modules, this includes unix domain socket support.
This commit is contained in:
parent
826589afcd
commit
1f704cfb89
2 changed files with 6 additions and 1 deletions
|
@ -55,6 +55,8 @@ $(SOCKET_SO): $(SOCKET_OBJS)
|
|||
$(MIME_SO): $(MIME_OBJS)
|
||||
$(LD) $(LDFLAGS) -o $@ $(MIME_OBJS)
|
||||
|
||||
all-unix: all $(UNIX_SO)
|
||||
|
||||
$(UNIX_SO): $(UNIX_OBJS)
|
||||
$(LD) $(LDFLAGS) -o $@ $(UNIX_OBJS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue