aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcl.am')
-rw-r--r--src/vcl.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcl.am b/src/vcl.am
index 5f48f6df168..9f1325ecaa2 100644
--- a/src/vcl.am
+++ b/src/vcl.am
@@ -22,6 +22,7 @@ libvppcom_la_DEPENDENCIES = \
libvppcom_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl
libvppcom_la_SOURCES += \
+ vcl/vcl_event.c \
vcl/vppcom.c \
$(libvppinfra_la_SOURCES) \
$(libvlib_la_SOURCES) \
@@ -29,6 +30,7 @@ libvppcom_la_SOURCES += \
$(libvlibmemoryclient_la_SOURCES)
nobase_include_HEADERS += \
+ vcl/vcl_event.h \
vcl/vppcom.h
libvcl_ldpreload_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl