summaryrefslogtreecommitdiffstats
path: root/net/straw/files/patch-setup.py
blob: a024cf1f0576729b51ffd55d726f6997c5e1189d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py    Sat Feb 18 16:22:43 2006
+++ setup.py    Wed Jan  3 23:38:53 2007
@@ -146,7 +146,7 @@
       pot_file         = 'po/straw.pot',
       translations     = translations(),
       modules_check    = modules_check,
-      msg_sources      = translation_files(),
+      msg_sources      = ['glade/strings.c'] + glob.glob('src/lib/*.py'),
       desktop_file     = ['straw.desktop.in'],
       constants        = [('constants.py.in', strawenv)],
       scripts          = ['src/straw'],