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.
bomberclone/include/Makefile.am

26 lines
488 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
EXTRA_DIST = $(bomberclone_include_DATA)