Skip to content

Commit

Permalink
Finally clean up linker flags so that windows build builds again as w…
Browse files Browse the repository at this point in the history
…ell.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22150 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Apr 17, 2012
1 parent 88c384b commit c725033
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/engine/test/Makefile.am
Expand Up @@ -115,27 +115,19 @@ test_engine_SOURCES = \
utest-Invoice.c \
utest-Account.c

test_engine_HEADERS = \
${top_srcdir}/${MODULEPATH}/gnc-engine.h

noinst_LTLIBRARIES = \
libutest-Split.la

test_enginedir = ${GNC_LIBEXECDIR}/${MODULEPATH}/test

test_engine_LDADD = \
${top_builddir}/${MODULEPATH}/libgncmod-engine.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la \
${top_builddir}/src/test-core/libtest-core.la \
libutest-Split.la

libutest-Split.la \
$(LDADD)

test_engine_CFLAGS = \
${DEFAULT_INCLUDES} \
-I${top_srcdir}/${MODULEPATH}/ \
-DTESTPROG=test_engine \
${GLIB_CFLAGS}

noinst_LTLIBRARIES = \
libutest-Split.la

libutest_Split_la_SOURCES = \
utest-Split.c \
${top_srcdir}/src/libqof/qof/gnc-numeric.c
Expand Down

0 comments on commit c725033

Please sign in to comment.