]> andersk Git - moira.git/blobdiff - clients/addusr/Makefile.in
make things depend on libmoira.a, libgdss.a, and rsaref.a as appropriate
[moira.git] / clients / addusr / Makefile.in
index a43087c5df9d9affeb1d433093fca42b22ae094e..6b62e51e10b8cecdff796fd61368fa35e159f5aa 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) -m 755 addusr $(bindir)
 
-$(TARGET): $(OBJS)
+$(TARGET): $(OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
This page took 0.101248 seconds and 4 git commands to generate.