~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): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223220902-kiyrmr9i4152cka5
Tags: 2.2.0-1
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
SUBDIRS = 
4
 
 
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)
7
 
 
8
 
## Above, note -I../../intl instead of -I$(top_srdir)/intl is deliberate.
9
 
 
10
 
libguiclient_a_SOURCES = \
 
3
noinst_LTLIBRARIES = libgui-ftwl.la
 
4
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 $(GUI_ftwl_CFLAGS) $(SOUND_CFLAGS)
 
5
 
 
6
libgui_ftwl_la_SOURCES = \
11
7
        canvas.c        \
12
8
        canvas.h        \
13
9
        chatline.c      \
61
57
        sprite.c        \
62
58
        sprite.h        \
63
59
        themes.c        \
 
60
        voteinfo_bar.c  \
 
61
        voteinfo_bar.h  \
64
62
        wldlg.c         \
65
63
        wldlg.h         \
66
64
        chat.c          \