From 05ed02cf3a124e228480da65e09b88751c0859e6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Sep 2011 15:26:36 +0200 Subject: pingu_adm: implement initial admin socket only supported command so far is "status" --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c993407..d9d73be 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ pingu_OBJS = \ icmp.o \ log.o \ pingu.o \ + pingu_adm.o \ pingu_burst.o \ pingu_conf.o \ pingu_gateway.o \ @@ -46,6 +47,6 @@ mtu: $(mtu_OBJS) install: $(TARGETS) $(INSTALLDIR) $(DESTDIR)/$(BINDIR) $(INSTALL) $(TARGETS) $(DESTDIR)/$(BINDIR) - + clean: rm -f $(TARGETS) $(ALL_OBJS) -- cgit v1.2.3