From 113353402ab17d0091d22fed07a7f6afad44886d Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 17 Sep 2019 11:34:15 -0400 Subject: [PATCH] bt2: remove native_bt.d in `make clean` Change-Id: Ifedefce4d1d0f7ffad2fa9f32cb59d581750bb46 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/2061 Reviewed-by: Francis Deslauriers Tested-by: jenkins --- src/bindings/python/bt2/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bindings/python/bt2/Makefile.am b/src/bindings/python/bt2/Makefile.am index e9721345..fe401978 100644 --- a/src/bindings/python/bt2/Makefile.am +++ b/src/bindings/python/bt2/Makefile.am @@ -160,4 +160,9 @@ uninstall-local: EXTRA_DIST = $(STATIC_BINDINGS_DEPS) $(SWIG_INTERFACE_FILES) $(STATIC_NATIVE_LIB_SRCS) # clean: generated C and Python files (by SWIG) -CLEANFILES = bt2/native_bt.py bt2/native_bt.c build-python-bindings.stamp copy-static-deps.stamp +CLEANFILES = \ + build-python-bindings.stamp \ + bt2/native_bt.c \ + bt2/native_bt.d \ + bt2/native_bt.py \ + copy-static-deps.stamp -- 2.34.1