khanat-opennel-code/code/nel/tools/3d/zone_welder/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

22 lines
540 B
Makefile

#
# $Id: Makefile.am,v 1.1 2002/05/13 15:44:58 valignat Exp $
#
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = zwelder.cfg \
zone_welder.dsp
bin_PROGRAMS = zone_welder
zone_welder_SOURCES = internal_weld.cpp zone_welder.cpp
AM_CXXFLAGS = -I$(top_srcdir)/src
zone_welder_LDADD = ../../../src/misc/libnelmisc.la \
../../../src/3d/libnel3d.la \
../zone_lib/libzone.la
# End of Makefile.am