From: Simon Marchi Date: Tue, 17 Sep 2019 15:34:15 +0000 (-0400) Subject: bt2: remove native_bt.d in `make clean` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=113353402ab17d0091d22fed07a7f6afad44886d 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 --- 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