1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
## Process this file with automake to produce Makefile.in
noinst_HEADERS = \
canvas_g.h \
chatline_g.h \
citydlg_g.h \
cityrep_g.h \
colors_g.h \
connectdlg_g.h \
dialogs_g.h \
diplodlg_g.h \
finddlg_g.h \
gotodlg_g.h \
graphics_g.h \
gui_main_g.h \
helpdlg_g.h \
inteldlg_g.h \
mapctrl_g.h \
mapview_g.h \
menu_g.h \
messagedlg_g.h \
messagewin_g.h \
pages_g.h \
plrdlg_g.h \
ratesdlg_g.h \
repodlgs_g.h \
spaceshipdlg_g.h \
sprite_g.h \
themes_g.h \
wldlg_g.h
|