khanat-code-old/code/nelns/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
771 B
Makefile

#
# $Id: Makefile.am,v 1.9 2002/10/21 10:19:03 lecroart Exp $
#
MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
config.sub ltconfig aclocal.m4 config.h.in \
install-sh mkinstalldirs depcomp $(DISTCLEANFILES)
DISTCLEANFILES = stamp-h.in config.cache config.log config.status
EXTRA_DIST = acconfig.h services.dsw bootstrap doc
SUBDIRS = login_service \
naming_service \
admin_executor_service \
admin_service \
welcome_service
dist-hook:
find $(distdir) -name CVS -print | xargs rm -fr
find $(distdir) -name .svn -print | xargs rm -fr
# End of Makefile.am