diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-05-18 19:03:36 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-09 12:26:41 +0300 |
commit | 987bd509c0686535e6fd80e813b22746e53abfa8 (patch) | |
tree | 1218b8de8eca7ee794210dcba14f3c97b5f69124 /configure.ac | |
parent | 48b41d2b2627d07d68b0de842c655468a63c3335 (diff) | |
download | librpm-tizen-987bd509c0686535e6fd80e813b22746e53abfa8.tar.gz librpm-tizen-987bd509c0686535e6fd80e813b22746e53abfa8.tar.bz2 librpm-tizen-987bd509c0686535e6fd80e813b22746e53abfa8.zip |
Python module: rename .py files to .in
In order to make them modifiable by autotools.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e97f727f0..644683adc 100644 --- a/configure.ac +++ b/configure.ac @@ -906,6 +906,8 @@ AC_CONFIG_FILES([Makefile misc/Makefile doc/Makefile python/Makefile + python/rpm/__init__.py + python/rpm/transaction.py luaext/Makefile tests/Makefile plugins/Makefile |