mirror of https://github.com/Gnucash/gnucash
using the automake prefix check_ instead of noinst_. The modules created
in src/gnc-module/test now use that prefix too, but with LDFLAGS="-rpath
${PWD}" to make them shared (we never install them).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15260 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/gobject-engine-dev
parent
16496b9f74
commit
e5c7756b51
@ -1,7 +1,7 @@
|
||||
TESTS=test-link
|
||||
|
||||
AM_CFLAGS=${LIBOFX_CFLAGS}
|
||||
noinst_PROGRAMS=test-link
|
||||
check_PROGRAMS=test-link
|
||||
|
||||
test_link_SOURCES=test-link.c
|
||||
test_link_LDADD=../libgncmod-ofx.la
|
||||
|
||||
Loading…
Reference in new issue