~ubuntu-branches/ubuntu/trusty/lordsawar/trusty

« back to all changes in this revision

Viewing changes to src/gui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2008-06-17 16:07:00 UTC
  • mto: (5.1.1 lenny) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080617160700-6d8ofoz0qkasxlnw
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#   Copyright (C) 2007, Ole Laursen
 
2
#   Copyright (C) 2007, 2008 Ben Asselstine
 
3
 
4
#   This program is free software; you can redistribute it and/or modify
 
5
#   it under the terms of the GNU General Public License as published by
 
6
#   the Free Software Foundation; either version 2 of the License, or
 
7
#   (at your option) any later version.
 
8
 
9
#   This program is distributed in the hope that it will be useful,
 
10
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
#   GNU Library General Public License for more details.
 
13
 
14
#   You should have received a copy of the GNU General Public License
 
15
#   along with this program; if not, write to the Free Software
 
16
#   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
 
17
#   02110-1301, USA.
1
18
MAINTAINERCLEANFILES= Makefile.in
2
19
 
3
20
noinst_LIBRARIES = liblwgui.a
22
39
    hero-dialog.cpp hero-dialog.h \
23
40
    hero-offer-dialog.cpp hero-offer-dialog.h \
24
41
    surrender-dialog.cpp surrender-dialog.h \
 
42
    surrender-refused-dialog.cpp surrender-refused-dialog.h \
25
43
    sage-dialog.cpp sage-dialog.h \
26
44
    ruin-rewarded-dialog.cpp ruin-rewarded-dialog.h \
27
45
    ruin-report-dialog.cpp ruin-report-dialog.h \
38
56
    main.cpp main.h \
39
57
    quest-report-dialog.cpp quest-report-dialog.h \
40
58
    preferences-dialog.cpp preferences-dialog.h \
 
59
    stack-info-dialog.cpp stack-info-dialog.h \
41
60
    splash-window.cpp splash-window.h \
42
61
    image-helpers.cpp image-helpers.h \
43
62
    gtksdl.c gtksdl.h \
44
63
    glade-helpers.h \
45
 
    input-helpers.h
 
64
    input-helpers.h \
 
65
    timed-message-dialog.cpp timed-message-dialog.h \
 
66
    game-lobby-dialog.cpp game-lobby-dialog.h \
 
67
    network-game-selector-dialog.cpp network-game-selector-dialog.h \
 
68
    generation-progress-window.cpp generation-progress-window.h
46
69
 
47
70
INCLUDES = \
48
71
   $(GTKMM_CFLAGS) \