~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to client/gui-ftwl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2008-07-08 18:34:23 UTC
  • mfrom: (5.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708183423-c80u1h25xmj6h9s0
Tags: 2.1.5-2
Export datarootdir=/usr/share in debian/rules, so make calls can
have a correct value for LOCALEDIR (closes: #489455). Thanks Loïc Minier
for the help to solve this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SUBDIRS = 
4
4
 
5
5
noinst_LIBRARIES = libguiclient.a
6
 
AM_CPPFLAGS = -I. -I$(top_srcdir)/utility -I$(top_srcdir)/utility/ftwl -I$(top_srcdir)/common -I$(top_srcdir)/common/aicore -I$(srcdir)/.. -I$(srcdir)/../include -I../../intl @CLIENT_CFLAGS@
 
6
AM_CPPFLAGS = -I. -I$(top_srcdir)/utility -I$(top_srcdir)/utility/ftwl -I$(top_srcdir)/common -I$(top_srcdir)/common/aicore -I$(srcdir)/.. -I$(srcdir)/../include -I../../intl $(CLIENT_CFLAGS)
7
7
 
8
8
## Above, note -I../../intl instead of -I$(top_srdir)/intl is deliberate.
9
9
 
10
10
libguiclient_a_SOURCES = \
 
11
        canvas.c        \
 
12
        canvas.h        \
11
13
        chatline.c      \
12
14
        chatline.h      \
13
15
        citydlg.c       \
56
58
        repodlgs.h      \
57
59
        spaceshipdlg.c  \
58
60
        spaceshipdlg.h  \
 
61
        sprite.c        \
 
62
        sprite.h        \
 
63
        themes.c        \
59
64
        wldlg.c         \
60
65
        wldlg.h         \
61
66
        chat.c          \