diff options
Diffstat (limited to 'pbrd/subdir.am')
| -rw-r--r-- | pbrd/subdir.am | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/pbrd/subdir.am b/pbrd/subdir.am index 45001de2c7..42f279988b 100644 --- a/pbrd/subdir.am +++ b/pbrd/subdir.am @@ -33,11 +33,10 @@ noinst_HEADERS += \  	pbrd/pbr_vrf.h \  	# end -pbrd/pbr_vty_clippy.c: $(CLIPPY_DEPS) -pbrd/pbr_vty.$(OBJEXT): pbrd/pbr_vty_clippy.c - -pbrd/pbr_debug_clippy.c: $(CLIPPY_DEPS) -pbrd/pbr_debug.$(OBJEXT): pbrd/pbr_debug_clippy.c +clippy_scan += \ +	pbrd/pbr_debug.c \ +	pbrd/pbr_vty.c \ +	# end  pbrd_pbrd_SOURCES = pbrd/pbr_main.c  pbrd_pbrd_LDADD = pbrd/libpbr.a lib/libfrr.la $(LIBCAP)  | 
