diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-03-16 14:03:34 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 14:03:34 -0400 | 
| commit | 3406c16cbeecafb400cc2155a1ca9f9504c95b4e (patch) | |
| tree | 7853ddaa015a1542723f925b863d4440d9ff3529 /Makefile.am | |
| parent | 30643d6f314c8b5462073b2382c799b7966528e8 (diff) | |
| parent | 749714731ee9a59ae39be77e7db3915ce3ad0bd8 (diff) | |
Merge pull request #7963 from volta-networks/feat_pceplib_into_frr_github
pceplib: Integrate pcelib into frr
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb8e97a115..0dff83e505 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,6 +158,8 @@ include bfdd/subdir.am  include yang/subdir.am  include yang/libyang_plugins/subdir.am  include vrrpd/subdir.am +include pceplib/subdir.am +include pceplib/test/subdir.am  include pathd/subdir.am  include vtysh/subdir.am  | 
