]> andersk Git - moira.git/blobdiff - clients/mailmaint/Makefile.in
make things depend on libmoira.a, libgdss.a, and rsaref.a as appropriate
[moira.git] / clients / mailmaint / Makefile.in
index fc6187f5b6074070541e218a834c2ff244e463ae..2192c51aee0b51362b8503a36513994e2ba036a2 100644 (file)
@@ -10,6 +10,7 @@ DEFS=@DEFS@
 ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 LIBS=@CURSES_LIBS@ @LIBS@
+MR_LIBDEP=@MR_LIBDEP@
 INSTALL=@INSTALL@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@
 
@@ -38,5 +39,5 @@ depend:
 install: all
        $(INSTALL_PROGRAM) mailmaint $(bindir)
 
-$(TARGET): $(OBJS)
+$(TARGET): $(OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
This page took 0.029897 seconds and 4 git commands to generate.