diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-03 10:52:35 +0100 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-03 10:52:35 +0100 |
commit | d754b63bcbdab1144443755854fb1eb9e0b50405 (patch) | |
tree | 06d5d8db02f9ab51be12da34c7c1e79852cecdd6 /po | |
parent | 5ec0d8122a474e21ce3ded3b76b74bc63a0c3337 (diff) |
i18n: Fix POTFILES for poll changes
poll.c was moved to poll-posix.c and poll-win32.c was added for the
Windows port.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index c90c4102b..ec87b18e3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -114,7 +114,8 @@ src/pulsecore/hashmap.c src/pulsecore/avahi-wrap.c src/pulsecore/authkey.c src/pulsecore/namereg.c -src/pulsecore/poll.c +src/pulsecore/poll-posix.c +src/pulsecore/poll-win32.c src/pulsecore/tokenizer.c src/pulsecore/semaphore-posix.c src/pulsecore/cli-text.c |