mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 11:23:12 +02:00
- Fix src/Makefile's lack of depencencies for module.c, related to #3938.
This commit is contained in:
@@ -2058,3 +2058,5 @@
|
||||
- Fix the detection for curl-without-c-ares a little (#0003940).
|
||||
- Add an extban of the schema +b ~j:*!*@* which _only_ prevents a user
|
||||
from joining a channel. (#3192)
|
||||
- Fix src/Makefile's lack of depencencies for modules.c, related to
|
||||
#3938.
|
||||
|
||||
@@ -123,6 +123,8 @@ ssl.o: ssl.c $(INCLUDES)
|
||||
match.o: match.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) -c match.c
|
||||
|
||||
modules.o: modules.c $(INCLUDES)
|
||||
|
||||
support.o: support.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) -c support.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user