diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 025afa5652..d12d452645 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,9 +95,11 @@ noinst_LIBRARIES =  nodist_noinst_DATA =  lib_LTLIBRARIES =  module_LTLIBRARIES = +libyang_plugins_LTLIBRARIES =  pkginclude_HEADERS =  nodist_pkginclude_HEADERS =  dist_examples_DATA = +dist_yangmodels_DATA =  man_MANS =  vtysh_scan = @@ -108,6 +110,7 @@ vtysh_scan =  $(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES  $(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES  $(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES +$(AUTOMAKE_DUMMY)install-libyang_pluginsLTLIBRARIES: install-libLTLIBRARIES  include doc/subdir.am  include doc/user/subdir.am @@ -141,6 +144,8 @@ include pimd/subdir.am  include pbrd/subdir.am  include staticd/subdir.am  include bfdd/subdir.am +include yang/subdir.am +include yang/libyang_plugins/subdir.am  include vtysh/subdir.am  include tests/subdir.am  | 
