khanat-opennel-code/code/nel/tools/misc/xml_packer/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

18 lines
353 B
Makefile

#
# $Id: Makefile.am,v 1.1 2002-05-13 15:44:57 valignat Exp $
#
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = xml_packer.dsp
bin_PROGRAMS = xml_packer
xml_packer_SOURCES = xml_packer.cpp
AM_CXXFLAGS = -I$(top_srcdir)/src
xml_packer_LDADD = ../../../src/misc/libnelmisc.la
# End of Makefile.am