From 36752ebb554be1b395ba0dfa8605fb575d70f4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 3 Sep 2009 18:42:52 +0200 Subject: Add small wrapper to C-gettext --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 700ab4b..e8dc2cb 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,10 @@ data_files = [ (PLUGIN_DIR, plugin_list("gpytage", "notify", "etc_proposals", "reload_portage", "package_details"))] # extension stuff -ext_modules = [Extension("portato.ipc", ["portato/ipc.pyx"])] +ext_modules = [ + Extension("portato.ipc", ["portato/ipc.pyx"]), + Extension("portato.gui.windows.gettext", ["portato/gui/windows/gettext.pyx"]) + ] if "--disable-eix" in sys.argv: sys.argv.remove("--disable-eix") -- cgit v1.2.3