bt2: remove native_bt.d in `make clean`
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index e97213455918ec2dccb212ee1942f370beebe537..fe401978016b80e37d6bbbdba56616697fdfaa52 100644 (file)
@@ -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
This page took 0.022849 seconds and 4 git commands to generate.