From b0e778e4b6c39b50b697d049baea2a074a16b189 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 5 Aug 2011 12:56:16 +0200 Subject: pingu_gateway: cleanup. split out gateway funcs To make code cleaner we move all gateway functions to separate file and rename a few functions. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e054c85..c993407 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ pingu_OBJS = \ pingu.o \ pingu_burst.o \ pingu_conf.o \ + pingu_gateway.o \ pingu_host.o \ pingu_iface.o \ pingu_netlink.o \ -- cgit v1.2.3