diff options
| author | 2001-05-14 16:53:48 +0000 | |
|---|---|---|
| committer | 2001-05-14 16:53:48 +0000 | |
| commit | d9eea90de4d8527258d052d0efd4e9cc94321705 (patch) | |
| tree | fa7f92e9100c0bf1e88329c40e64e42c688d0fc8 /src | |
| parent | events code (diff) | |
| download | unrealircd-d9eea90de4d8527258d052d0efd4e9cc94321705.tar.gz unrealircd-d9eea90de4d8527258d052d0efd4e9cc94321705.tar.bz2 unrealircd-d9eea90de4d8527258d052d0efd4e9cc94321705.zip | |
.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 255d4618a..0779b2c8b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,7 @@ CC = danger will robinson OBJS=agent.o aln.o badwords.o bsd.o channel.o cloak.o crule.o dbuf.o \ - fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o \ + events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o \ match.o modules.o packet.o parse.o $(REGEX) res.o \ res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o \ s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o \ @@ -122,6 +122,8 @@ userload.o: userload.c $(INCLUDES) s_svs.o: s_svs.c $(INCLUDES) $(CC) $(CFLAGS) -c s_svs.c +events.o: events.c $(INCLUDES) + $(CC) $(CFLAGS) -c events.c help.o: help.c $(INCLUDES) $(CC) $(CFLAGS) -c help.c |
