diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-29 10:26:53 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-29 10:26:53 +0200 |
commit | bcbc8126093dc200fbdcbc37451ac5b59d559de9 (patch) | |
tree | d96984afd67020379d4ba6b641ddb257f76cbc0b /python/Makefile.am | |
parent | 47b6892500671b87aa3cb189b4fe4162771cce74 (diff) | |
download | librpm-tizen-bcbc8126093dc200fbdcbc37451ac5b59d559de9.tar.gz librpm-tizen-bcbc8126093dc200fbdcbc37451ac5b59d559de9.tar.bz2 librpm-tizen-bcbc8126093dc200fbdcbc37451ac5b59d559de9.zip |
Lose python fts
- nothing uses it
- hardly "rpm" functionality
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index a8bc30664..ebe33a39f 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -31,7 +31,6 @@ _rpmmodule_la_SOURCES = rpmmodule.c system.h \ rpmds-py.c rpmds-py.h \ rpmdb-py.c rpmdb-py.h \ rpmfd-py.c rpmfd-py.h \ - rpmfts-py.c rpmfts-py.h \ rpmfi-py.c rpmfi-py.h \ rpmmi-py.c rpmmi-py.h \ rpmps-py.c rpmps-py.h \ |