Other compilation problems [calculation/test, tax/us/test/]

Josh Sled jsled@asynchronous.org
Fri, 23 Nov 2001 14:28:40 -0800


On Fri, Nov 23, 2001 at 02:09:26PM -0800, Dave Peticolas wrote:

| > jsled's fix: add $(GLIB_LIBS) to 'test_link_module_LDFLAGS'.
[deletia]
| > jsled's fix: add $(GLIB_LIBS) and $(GUILE_LIBS) to 'test_link_module_LDFLAGS'.

| Those look right to me. Feel free to commit them.

I had edited the Makefile itself; obviously this isn't right...

In Makefile.am, I'm making changes like the following...
test_link_LDADD=../libgncmod-calculation.la ${GLIB_LIBS}
...which seems to work.

...jsled