bindings/python/babeltrace/Makefile.am: do not clean __init__.py
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 Sep 2017 05:24:04 +0000 (01:24 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 Sep 2017 05:28:45 +0000 (01:28 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
bindings/python/babeltrace/Makefile.am

index d766f4f320020a07e86ecc12018bb180347ba280..b9f3eca8f0beb45c1323ae12648784481932eab4 100644 (file)
@@ -66,4 +66,4 @@ uninstall-local:
 EXTRA_DIST = $(STATIC_BINDINGS_DEPS)
 
 # clean: generated Python files and stamps
-CLEANFILES = babeltrace/__init__.py copy-static-deps.stamp
+CLEANFILES = copy-static-deps.stamp
This page took 0.025591 seconds and 5 git commands to generate.