]> code.citadel.org Git - citadel.git/blobdiff - citadel/Makefile.in
Get ecrash.o to build automatically.
[citadel.git] / 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) \