diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-12-04 19:32:20 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-12-04 19:46:38 -0200 | 
| commit | 2e4c22961689fb7ddb973cac9c5cf930d5b7d85f (patch) | |
| tree | f8a109eefae935dc2bc5a117ea167087b415dc55 /ldpd/subdir.am | |
| parent | 50a0033c24ec12e2e327d01863f7956672236b0c (diff) | |
*: make clippy usage more consistent
Fixes #1511.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/subdir.am')
| -rw-r--r-- | ldpd/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/subdir.am b/ldpd/subdir.am index db71cee618..2d87be0cda 100644 --- a/ldpd/subdir.am +++ b/ldpd/subdir.am @@ -38,6 +38,7 @@ ldpd_libldp_a_SOURCES = \  	ldpd/util.c \  	# end +ldpd/ldp_vty_cmds_clippy.c: $(CLIPPY_DEPS)  ldpd/ldp_vty_cmds.$(OBJEXT): ldpd/ldp_vty_cmds_clippy.c  noinst_HEADERS += \  | 
