~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to dependencies/toluaxx/src/lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100223220902-s3spqi1x4e190y0t
[ 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
noinst_LIBRARIES = libtolua.a
 
2
 
 
3
AM_CPPFLAGS = \
 
4
        -I$(top_srcdir)/dependencies/toluaxx/include \
 
5
        -I$(top_srcdir)/dependencies/lua-5.1/src
 
6
 
 
7
libtolua_a_SOURCES = \
 
8
        tolua_event.c \
 
9
        tolua_event.h \
 
10
        tolua_is.c \
 
11
        tolua_map.c \
 
12
        tolua_push.c \
 
13
        tolua_to.c