You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
513 B
28 lines
513 B
## Process this file with automake to produce Makefile.in
|
|
|
|
## Created by Anjuta - will be overwritten
|
|
## If you don't want it to overwrite it,
|
|
## Please disable it in the Anjuta project configuration
|
|
|
|
bomberclone_includedir = $(pkgincludedir)
|
|
|
|
bomberclone_include_DATA = \
|
|
basic.h \
|
|
bomberclone.h \
|
|
chat.h \
|
|
font.h \
|
|
gfx.h \
|
|
keybinput.h \
|
|
map.h \
|
|
menu.h \
|
|
menugui.h \
|
|
network.h \
|
|
packets.h \
|
|
sysfunc.h \
|
|
sound.h \
|
|
ogcache-client.h\
|
|
udp.h \
|
|
flyingitems.h
|
|
|
|
EXTRA_DIST = $(bomberclone_include_DATA)
|