diff options
author | Florin Coras <fcoras@cisco.com> | 2018-06-27 17:10:49 -0700 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2018-06-28 02:09:37 -0700 |
commit | 697faeace706337eddf0407e4e28e0bb8d39c20e (patch) | |
tree | 36d7d1c2e90519a84cf5ab1f693f0ef47822c364 /src/vcl.am | |
parent | 9c949e72a473195c10a1c1caf503db9467c93f9a (diff) |
vcl: move binary api and cfg to separate files
Change-Id: Ib88d703bb7d4b170059960b0688352c90c5fcc39
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vcl.am')
-rw-r--r-- | src/vcl.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vcl.am b/src/vcl.am index 6a1a85cefef..85fbcd7e730 100644 --- a/src/vcl.am +++ b/src/vcl.am @@ -22,9 +22,12 @@ libvppcom_la_DEPENDENCIES = \ libvppcom_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl libvppcom_la_SOURCES += \ - vcl/vcl_event.c \ vcl/vppcom.c \ + vcl/vcl_bapi.c \ + vcl/vcl_cfg.c \ vcl/vcl_debug.h \ + vcl/vcl_event.c \ + vcl/vcl_private.h \ $(libvppinfra_la_SOURCES) \ $(libsvm_la_SOURCES) \ $(libvlibmemoryclient_la_SOURCES) |