compile rundemo even during install

This commit is contained in:
Dane Springmeyer 2012-04-04 15:18:28 -07:00
parent b5af9e3639
commit 3e3bdf6607

View file

@ -47,7 +47,6 @@ rundemo = demo_env.Program('rundemo', source, LIBS=libraries, LINKFLAGS=env["CUS
Depends(rundemo, env.subst('../../src/%s' % env['MAPNIK_LIB_NAME'])) Depends(rundemo, env.subst('../../src/%s' % env['MAPNIK_LIB_NAME']))
# we don't install this app because the datasource paths are relative # build locally if installing
# and we're not going to install the sample data. if 'install' in COMMAND_LINE_TARGETS:
#env.Install(install_prefix + '/bin', rundemo) env.Alias('install',rundemo)
#env.Alias('install', install_prefix + '/bin')