updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / quagga / patch-Makefile.in.patch
blob0f665a081dda983c5b9a7d2b679ce16869f8d7c9
1 --- quagga-0.99.15/zebra/Makefile.in 2010-01-13 01:34:25.265190407 +0100
2 +++ quagga-0.99.15/zebra/Makefile.in 2010-01-13 01:35:26.341161580 +0100
3 @@ -306,8 +306,8 @@
4 connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
5 interface.h ipforward.h irdp.h router-id.h kernel_socket.h
7 -zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
8 -testzebra_LDADD = $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
9 +zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)
10 +testzebra_LDADD = ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)
11 zebra_DEPENDENCIES = $(otherobj)
12 EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \
13 if_sysctl.c ipforward_aix.c ipforward_ews.c ipforward_proc.c \
14 --- quagga-0.99.15/zebra/Makefile.am 2010-01-13 01:34:31.473182415 +0100
15 +++ quagga-0.99.15/zebra/Makefile.am 2010-01-13 01:35:51.401207272 +0100
16 @@ -39,9 +39,9 @@
17 connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
18 interface.h ipforward.h irdp.h router-id.h kernel_socket.h
20 -zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
21 +zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)
23 -testzebra_LDADD = $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
24 +testzebra_LDADD = ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)
26 zebra_DEPENDENCIES = $(otherobj)