Do not return NULL as boolean from wonder_is_lost() nor wonder_is_built()
[freeciv.git] / client / gui-gtk-3.0 / Makefile.am
blob39487f7b078a55c075c2e37fa04ce0a33a7c2c84
1 ## Process this file with automake to produce Makefile.in
3 noinst_LTLIBRARIES = libgui-gtk3.la
4 AM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/../include \
5         -I$(top_srcdir)/utility -I$(top_srcdir)/common \
6         -I$(top_srcdir)/common/aicore -I$(top_srcdir)/common/scriptcore \
7         -I$(srcdir)/../agents  -I$(srcdir)/../luascript \
8         $(gui_gtk3_cflags) $(SOUND_CFLAGS)
10 libgui_gtk3_la_SOURCES = \
11         action_dialog.c \
12         canvas.c        \
13         canvas.h        \
14         chatline.h      \
15         chatline.c      \
16         choice_dialog.c \
17         choice_dialog.h \
18         citizensinfo.c  \
19         citizensinfo.h  \
20         citydlg.c       \
21         citydlg.h       \
22         cityrep.c       \
23         cityrep.h       \
24         cma_fe.c        \
25         cma_fe.h        \
26         colors.c        \
27         colors.h        \
28         connectdlg.c    \
29         connectdlg.h    \
30         dialogs.c       \
31         dialogs.h       \
32         diplodlg.c      \
33         diplodlg.h      \
34         editgui.c       \
35         editgui.h       \
36         editprop.c      \
37         editprop.h      \
38         finddlg.c       \
39         finddlg.h       \
40         gamedlgs.c      \
41         gamedlgs.h      \
42         gotodlg.c       \
43         gotodlg.h       \
44         graphics.c      \
45         graphics.h      \
46         gtkpixcomm.c    \
47         gtkpixcomm.h    \
48         gui_main.c      \
49         gui_main.h      \
50         gui_stuff.c     \
51         gui_stuff.h     \
52         happiness.c     \
53         happiness.h     \
54         helpdlg.c       \
55         helpdlg.h       \
56         inputdlg.c      \
57         inputdlg.h      \
58         inteldlg.c      \
59         inteldlg.h      \
60         luaconsole.c    \
61         luaconsole.h    \
62         mapctrl.c       \
63         mapctrl.h       \
64         mapview.c       \
65         mapview.h       \
66         menu.c          \
67         menu.h          \
68         messagedlg.c    \
69         messagedlg.h    \
70         messagewin.c    \
71         messagewin.h    \
72         optiondlg.c     \
73         optiondlg.h     \
74         pages.c         \
75         pages.h         \
76         plrdlg.c        \
77         plrdlg.h        \
78         ratesdlg.h      \
79         repodlgs.c      \
80         repodlgs.h      \
81         soundset_dlg.c  \
82         spaceshipdlg.c  \
83         spaceshipdlg.h  \
84         sprite.c        \
85         sprite.h        \
86         theme_dlg.c     \
87         themes.c        \
88         tileset_dlg.c   \
89         transportdlg.c  \
90         transportdlg.h  \
91         unitselunitdlg.c        \
92         unitselunitdlg.h        \
93         unitselect.h    \
94         unitselect.c    \
95         voteinfo_bar.c  \
96         voteinfo_bar.h  \
97         wldlg.c         \
98         wldlg.h
100 libgui_gtk3_la_LIBADD = -lm