~ubuntu-branches/debian/sid/gpe-expenses/sid

« back to all changes in this revision

Viewing changes to src/translate.sh

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-04-05 21:16:24 UTC
  • mfrom: (1.1.7 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110405211624-90dqmvjzg75m1sz9
* New upstream release supporting -Wl,--no-add-needed tests.
  (Closes: #554729)
* Drop the .la file (release goal) - already tested with pilot-qof.
 (Closes: #620738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# gcc here, even if the package is being cross-compiled.
25
25
 
26
26
# see the doxygen docs for more information.
27
 
gcc -I.. -E translate.c 1> translate.h 2>/dev/null
 
27
gcc -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/qof/ -E translate.c 1> translate.h 2>/dev/null
28
28
 
29
29
# gcc -E returns non-zero so wrap it.
30
30
exit 0