]> git.ipfire.org Git - people/ms/mstpd.git/blobdiff - Makefile
Translate CIST states to the Linux bridge code
[people/ms/mstpd.git] / Makefile
index d7bc4ec8414bb889ab367799d3f5956a5d3df6c4..f01f513219fe3a861a324b91a01d16346c32d753 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 version := 0.01
 
 DSOURCES = main.c epoll_loop.c brmon.c bridge_track.c libnetlink.c mstp.c \
-           packet.c netif_utils.c ctl_socket_server.c hmac_md5.c
+           packet.c netif_utils.c ctl_socket_server.c hmac_md5.c driver_deps.c
 
 DOBJECTS = $(DSOURCES:.c=.o)