~ubuntu-branches/debian/lenny/ggz-server/lenny

« back to all changes in this revision

Viewing changes to game_servers/muehle/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2008-08-30 22:28:31 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080830222831-lt2l462usl5opxfd
Tags: 0.0.14.1-1.2
* Non-maintainer upload.
* Improve the database.m4 fix to migrate to libdb4.6
  instead of 4.4 {request from Steve Langasek.}

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
 
# $Id: Makefile.am 7382 2005-08-13 14:48:54Z josef $
 
2
# $Id: Makefile.am 8279 2006-06-27 07:29:39Z josef $
3
3
 
4
4
SUBDIRS = qtserv variants
5
5
 
12
12
muehleserv_SOURCES = muehleserver.cpp loader.cpp main.cpp net.cpp
13
13
muehleserv_LDADD = $(LDADD) \
14
14
        qtserv/libqtserv.a \
15
 
        $(top_builddir)/ggzdmod++/libggzdmodpp.la
 
15
        $(top_builddir)/ggzdmod++/libggzdmod++.la
16
16
 
17
17
noinst_HEADERS = muehleserver.h loader.h net.h
18
18