khanat-opennel-code/code/snowballs2/client/Makefile.am
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00

17 lines
279 B
Makefile

#
# $Id: Makefile.am,v 1.3 2002-04-10 07:32:46 lecroart Exp $
#
SUBDIRS = src data
EXTRA_DIST = client.cfg.in \
client.dsp \
data
AM_CXXFLAGS = -DSNOWBALLS_CONFIG="\"$pkgsysconfdir\""
clientdir = ${pkgsysconfdir}
client_DATA = client.cfg
# End of Makefile.am