From 2a08f9a8fec67e535d91d00fea7be2c1f2090fbd Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 15 Jul 2009 17:12:04 +0200 Subject: setup.py: Add missing 'c' to configuration.cc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77853a4e..af373632 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ if sys.version_info[0] == 3: # The apt_pkg module. files = ['apt_pkgmodule.cc', 'acquire.cc', 'cache.cc', 'cdrom.cc', - 'configuration.c', 'depcache.cc', 'generic.cc', 'hashes.cc', + 'configuration.cc', 'depcache.cc', 'generic.cc', 'hashes.cc', 'hashstring.cc', 'indexfile.cc', 'indexrecords.cc', 'metaindex.cc', 'pkgmanager.cc', 'pkgrecords.cc', 'pkgsrcrecords.cc', 'policy.cc', 'progress.cc', 'sourcelist.cc', 'string.cc', 'tag.cc'] -- cgit v1.2.3