]> git.ipfire.org Git - people/ms/rstp.git/commitdiff
Build brmon again
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 22 Mar 2007 20:57:58 +0000 (13:57 -0700)
committerStephen Hemminger <shemminger@linux-foundation.org>
Thu, 22 Mar 2007 20:57:58 +0000 (13:57 -0700)
Sorry, that code was needed.

Makefile

index eb8df0c48c6e40aae275bdaab569d67eb69b74bb..7341fe2cc91ff4aba47babe04731f200677e9d95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
-DSOURCES = brstate.c libnetlink.c epoll_loop.c bridge_track.c \
-          packet.c ctl_socket.c netif_utils.c main.c
+DSOURCES =  brstate.c libnetlink.c epoll_loop.c bridge_track.c \
+          packet.c ctl_socket.c netif_utils.c main.c brmon.c
 
 DOBJECTS = $(DSOURCES:.c=.o)