khanat-opennel-code/code/nelns/welcome_service/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

23 lines
628 B
Makefile

#
# $Id: Makefile.am,v 1.7 2006/05/31 12:14:16 boucher Exp $
#
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = welcome_service.cfg \
welcome_service.dsp \
welcome_service.vcproj \
welcome_service_8.vcproj \
common.cfg
sbin_PROGRAMS = welcome_service
welcome_servicedir = ${pkgsysconfdir}
welcome_service_DATA = welcome_service.cfg common.cfg
AM_CXXFLAGS = -DNELNS_CONFIG="\"${pkgsysconfdir}\"" -DNELNS_STATE="\"${pkglocalstatedir}\"" -DNELNS_LOGS="\"${logdir}\""
welcome_service_SOURCES = welcome_service.cpp \
welcome_service_itf.cpp
# End of Makefile.am