~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to po/misc/generate-translation.sh

  • Committer: Fabrice Rey
  • Date: 2013-02-02 18:41:38 UTC
  • Revision ID: fabounet03@gmail.com-20130202184138-n2eu2i9g0bmy40ru
made the Help module as an independant applet + removed the need for RTLD_DEEPBIND, which should make the dock compatible with BSD again

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        done;
18
18
        lang=Python
19
19
else
20
 
        sources="../src/*.[ch] ../src/*/*.[ch] ../data/messages"  # core
 
20
        sources="../src/*.[ch] ../src/*/*.[ch] Help/src/*.[ch] ../data/messages"  # core
21
21
        lang=C
22
22
fi
23
23