diff options
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/subdir.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am index da7d68e0b..490a2ba78 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -13,6 +13,11 @@ sharpd_libsharp_a_SOURCES = \ sharpd/sharp_vty.c \ # end +noinst_HEADERS += \ + sharpd/sharp_vty.h \ + sharpd/sharp_zebra.h \ + # end + sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS) sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c |