|
From: Luigi B. <lui...@gm...> - 2008-01-23 16:37:51
|
On Mon, 2008-01-21 at 03:09 -0800, moloko wrote: > What should I do to add a XXX.cpp / XXX.hpp file to the QL project in the > dir > QuantLib-0.8.1/ql/pricingengines ? > I guess I should update Makefile.am but what else ? Makefile.in ? Bonjour Pierre, Makefile.am should be enough---Makefile.in and Makefile should be regenerated automatically next time you run make. However, you'll probably need automake and autoconf (and maybe libtool) installed on your machine. If it doesn't work, try running ./autogen.sh and ./configure again and see whether you get any errors. Later, Luigi -- I hate quotations. -- Ralph Waldo Emerson |