From 6855f6cdfee8c479f1e0ae440ce87a91ff41a708 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Sat, 9 Apr 2016 03:16:30 +0200 Subject: Python-API: Inital commit of Python bindings for the VPP API. See: https://wiki.fd.io/view/VPP/Python_API Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f Signed-off-by: Ole Troan --- vpp-api/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vpp-api/Makefile.am (limited to 'vpp-api/Makefile.am') diff --git a/vpp-api/Makefile.am b/vpp-api/Makefile.am new file mode 100644 index 00000000000..5b3265404ea --- /dev/null +++ b/vpp-api/Makefile.am @@ -0,0 +1,2 @@ +AUTOMAKE_OPTIONS = foreign +SUBDIRS = java python -- cgit 1.2.3-korg