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