diff options
author | Marius Kotsbak <marius@kotsbak.com> | 2012-12-24 11:45:40 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-12-24 15:20:06 +0100 |
commit | 1822155d250dc40436da9808b949310e8d9d2d82 (patch) | |
tree | 19f8d8bf8e89f53508dbedacaadbae19f60fc3fc /build-aux | |
parent | 725ef97dfd7f219c7b7baaddada20f671fe39e68 (diff) | |
download | external_libqmi-1822155d250dc40436da9808b949310e8d9d2d82.zip external_libqmi-1822155d250dc40436da9808b949310e8d9d2d82.tar.gz external_libqmi-1822155d250dc40436da9808b949310e8d9d2d82.tar.bz2 |
qmi-codegen: clean up compiled python files
These caused problems for deb packaging, as their content depends on the Python
version used.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/qmi-codegen/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/qmi-codegen/Makefile.am b/build-aux/qmi-codegen/Makefile.am index aa2a14a..95ae999 100644 --- a/build-aux/qmi-codegen/Makefile.am +++ b/build-aux/qmi-codegen/Makefile.am @@ -16,3 +16,5 @@ EXTRA_DIST = \ VariableString.py \ utils.py \ qmi-codegen + +CLEANFILES = *.pyc |