diff options
| author | Ryan Hagelstrom <rhagelstrom@gmail.com> | 2017-07-05 13:25:23 -0500 | 
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-07-07 13:42:54 -0500 | 
| commit | e827f7033e1d88cf4b7ffaa54c4e0b3e0fe93631 (patch) | |
| tree | 78f92154d4a1812070f5487ada98e0f14955c6c4 /Makefile.am | |
| parent | 6ce6de887f53cbffa5bca7a02ef218d9776bb57a (diff) | |
build: Hard directory instead of dynamic so make distribution works correctly
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d18837c083..0092ba8c10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,9 +8,8 @@ SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \  DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \  	  isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ -	  solaris pimd nhrpd eigrpd @LIBRFP@ @RFPTEST@ tools snapcraft \ -	  babeld \ -	  python \ +	  solaris pimd nhrpd eigrpd bgpd/rfp-example/librfp \ +	  bgpd/rfp-example/rfptest tools snapcraft babeld python \  	  # end  EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \  | 
