aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-12-29 13:02:29 +0200
committerTimo Teras <timo.teras@iki.fi>2008-12-29 13:02:29 +0200
commitcab8b9de73a8471ae69485dddebfa1e91c0a28eb (patch)
treeed84ad7261e2012123321744af1cdc887d1fa3ce /Makefile
parent7051fc6ba4f18ca4ab5e32a51b6cf899fda6d9d1 (diff)
downloadpingu-cab8b9de73a8471ae69485dddebfa1e91c0a28eb.tar.bz2
pingu-cab8b9de73a8471ae69485dddebfa1e91c0a28eb.tar.xz
mtu: -I switch
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)