Accept a bias for the energy.
[seam-carving.git] / src / Makefile.am
blobf07ef3bd1a02fd4a524298078882665a1ca89a73
1 bin_PROGRAMS = nrg entropy carve_seam
2 nrg_SOURCES = io.cc nrg.cc nrg_main.cc all.hh
3 entropy_SOURCES = io.cc entropy.cc entropy_main.cc all.hh
4 carve_seam_SOURCES = io.cc nrg.cc seam.cc seam_main.cc all.hh
6 AM_CPPFLAGS = $(BOOST_CPPFLAGS)