khanat-opennel-code/code/nel/samples/misc/log/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

20 lines
362 B
Makefile

#
# $Id: Makefile.am,v 1.1 2005-04-04 09:45:06 cado Exp $
#
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = log_8.vcproj main.dsp main.dsw
bin_PROGRAMS = log
log_SOURCES = main.cpp
logdir = $(datadir)/nel/samples/log
AM_CXXFLAGS = -I$(top_srcdir)/src
log_LDADD = ../../../src/misc/libnelmisc.la
# End of Makefile.am