]> andersk Git - moira.git/blobdiff - update/Makefile.in
Add support for get_host_by_account_number query.
[moira.git] / update / Makefile.in
index 6f2dbf4efdfee36db12986ca47b3b3a3c908e6bd..31a1abbc1526052e8ed15571143a514e7a15baba 100644 (file)
@@ -10,6 +10,8 @@ DEFS=@DEFS@
 ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 LIBS=@LIBS@
+MR_LIBDEP=@MR_LIBDEP@
+INSTALL=@INSTALL@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@
 
 srcdir=@srcdir@
@@ -35,14 +37,17 @@ all: $(TARGET)
 clean:
        rm -f $(SOBJS) $(COBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
        $(INSTALL_PROGRAM) update_test $(bindir)
        $(INSTALL_PROGRAM) update_server $(sbindir)
 
-update_test: $(COBJS)
+update_test: $(COBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(COBJS) $(LIBS)
 
-update_server: $(SOBJS)
+update_server: $(SOBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(SOBJS) $(LIBS)
This page took 0.041674 seconds and 4 git commands to generate.