~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to po/Makefile

  • Committer: Osmo Antero
  • Date: 2014-09-24 13:51:15 UTC
  • Revision ID: osmoma@gmail.com-20140924135115-uq77346mihssi60l
Modifications towards version 1.5. Please see ChangeLog file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        ../src/timer-parser.c \
113
113
        ../src/utility.c \
114
114
        ../src/utility.h \
115
 
        ../src/win-settings.c \
116
 
        ../src/win-settings.h
 
115
        ../src/settings.c \
 
116
        ../src/settings.h \
 
117
        ../src/settings-pipe.c
117
118
 
118
119
CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
119
120