Get ecrash.o to build automatically.
authorDave West <davew@uncensored.citadel.org>
Mon, 27 Aug 2007 01:42:47 +0000 (01:42 +0000)
committerDave West <davew@uncensored.citadel.org>
Mon, 27 Aug 2007 01:42:47 +0000 (01:42 +0000)
citadel/Makefile.in

index 9cbace9595190b5c645e530969464bc35954cd7c..4f633350b67466f08144b981b3080a233e885976 100644 (file)
@@ -166,7 +166,7 @@ utils: $(UTIL_TARGETS) $(UTILBIN_TARGETS)
 
 citadel$(EXEEXT): citadel.o citadel_ipc.o client_chat.o client_passwords.o \
        commands.o html.o ipc_c_tcp.o md5.o messages.o rooms.o routines.o \
-       routines2.o screen.o tools.o citadel_dirs.o $(LIBOBJS)
+       routines2.o screen.o tools.o citadel_dirs.o ecrash.o $(LIBOBJS)
        $(CC) citadel.o citadel_ipc.o client_chat.o client_passwords.o \
        commands.o html.o ipc_c_tcp.o md5.o messages.o rooms.o routines.o \
        routines2.o screen.o tools.o citadel_dirs.o ecrash.o $(LIBOBJS) \