1
0
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:
binki
2010-08-03 17:06:05 +00:00
parent eb1f41bd9c
commit a1d076367e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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.
+2
View File
@@ -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