X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/c6116cc4e352755291a24f90e6c9fbfb45c3d226..e783c61413bb2b6adc841fc6155b39381f723c2e:/Makefile diff --git a/Makefile b/Makefile index 6c60b7b..ea7e8df 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ endif DEFINES += -DBGP OBJS += bgp.o -all: programs plugins tests +all: programs plugins programs: $(PROGRAMS) plugins: $(PLUGINS) @@ -109,7 +109,7 @@ install: all ## Dependencies: (autogenerated) ## arp.o: arp.c l2tpns.h -cli.o: cli.c l2tpns.h util.h cluster.h tbf.h ll.h bgp.h +cli.o: cli.c l2tpns.h constants.h util.h cluster.h tbf.h ll.h bgp.h cluster.o: cluster.c l2tpns.h cluster.h util.h tbf.h bgp.h constants.o: constants.c constants.h control.o: control.c l2tpns.h control.h @@ -119,7 +119,7 @@ l2tpns.o: l2tpns.c md5.h l2tpns.h cluster.h plugin.h ll.h constants.h \ ll.o: ll.c ll.h md5.o: md5.c md5.h ppp.o: ppp.c l2tpns.h constants.h plugin.h util.h tbf.h cluster.h -radius.o: radius.c md5.h constants.h l2tpns.h plugin.h util.h +radius.o: radius.c md5.h constants.h l2tpns.h plugin.h util.h cluster.h tbf.o: tbf.c l2tpns.h util.h tbf.h util.o: util.c l2tpns.h bgp.h bgp.o: bgp.c l2tpns.h bgp.h util.h