~ubuntu-branches/ubuntu/trusty/iproute/trusty-proposed

« back to all changes in this revision

Viewing changes to ip/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-05-11 11:18:29 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20080511111829-20tzx317pijcou6h
Tags: upstream-20080417
ImportĀ upstreamĀ versionĀ 20080417

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
IPOBJ=ip.o ipaddress.o iproute.o iprule.o \
 
1
IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o \
2
2
    rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \
3
3
    ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o \
4
4
    ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o \
17
17
rtmon: $(RTMONOBJ) $(LIBNETLINK)
18
18
 
19
19
install: all
20
 
        install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
 
20
        install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
21
21
        install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
22
22
 
23
23
clean:
24
24
        rm -f $(ALLOBJ) $(TARGETS)
25
25
 
26
26
LDLIBS += -ldl
 
27
 
 
28
LDFLAGS += -Wl,-export-dynamic