Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135529 | Differences between
and this patch

Collapse All | Expand All

(-)quagga-0.99.4.orig/zebra/Makefile.am (-1 / +1 lines)
Lines 30-36 Link Here
30
	connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
30
	connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
31
	interface.h ipforward.h irdp.h router-id.h kernel_socket.h
31
	interface.h ipforward.h irdp.h router-id.h kernel_socket.h
32
32
33
zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
33
zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)
34
34
35
zebra_DEPENDENCIES = $(otherobj)
35
zebra_DEPENDENCIES = $(otherobj)
36
36

Return to bug 135529