VCL async event handler
[vpp.git] / src / vcl.am
index 763efc2..9f1325e 100644 (file)
@@ -16,35 +16,34 @@ lib_LTLIBRARIES += libvppcom.la libvcl_ldpreload.la
 libvppcom_la_SOURCES =
 libvcl_ldpreload_la_SOURCES =
 libvppcom_la_DEPENDENCIES =    \
-       libvppinfra.la          \
-       libvlib.la              \
        libsvm.la               \
        libvlibmemoryclient.la
 
-libvppcom_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt
-libvcl_ldpreload_la_LIBADD = -lpthread -lrt -ldl
+libvppcom_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl
 
 libvppcom_la_SOURCES +=                                \
-  vcl/vppcom.c
+  vcl/vcl_event.c               \
+  vcl/vppcom.c                                 \
+  $(libvppinfra_la_SOURCES)                    \
+  $(libvlib_la_SOURCES)                                \
+  $(libsvm_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
+
 libvcl_ldpreload_la_SOURCES +=                 \
-  vcl/vcom_socket_wrapper.c                    \
-  vcl/vcom.c                                   \
-  vcl/vcom_socket.c                            \
-  $(libvppcom_la_SOURCES)                      \
-  $(libvppinfra_la_SOURCES)                    \
-  $(libvlib_la_SOURCES)                                \
-  $(libsvm_la_SOURCES)                         \
-  $(libvlibmemoryclient_la_SOURCES)
+  vcl/ldp_socket_wrapper.c                     \
+  vcl/ldp.c                                    \
+  $(libvppcom_la_SOURCES)
 
 nobase_include_HEADERS +=                      \
-  vcl/vcom_socket_wrapper.h                    \
-  vcl/vcom_glibc_socket.h                      \
-  vcl/vcom.h                                   \
-  vcl/vcom_socket.h
+  vcl/ldp_socket_wrapper.h                     \
+  vcl/ldp_glibc_socket.h                       \
+  vcl/ldp.h
 
 noinst_PROGRAMS +=                             \
        vcl_test_server                         \
@@ -71,3 +70,5 @@ sock_test_client_SOURCES = vcl/sock_test_client.c
 
 nobase_include_HEADERS +=                      \
   vcl/sock_test.h
+
+# vi:syntax=automake