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