aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 70f644a..3f212bf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ pingu_OBJS = \
mtu_OBJS = \
mtu.o \
+ netlink.o \
icmp.o
ALL_OBJS= $(pingu_OBJS) $(mtu_OBJS)