[Gnucash-changes] r13638 - gnucash/trunk/src - More linker flags for libraries. More svnignores.

Christian Stimming cstim at cvs.gnucash.org
Wed Mar 15 11:57:30 EST 2006


Author: cstim
Date: 2006-03-15 11:57:29 -0500 (Wed, 15 Mar 2006)
New Revision: 13638
Trac: http://svn.gnucash.org/trac/changeset/13638

Modified:
   gnucash/trunk/src/backend/file/test/Makefile.am
   gnucash/trunk/src/business/business-core/test/
   gnucash/trunk/src/register/ledger-core/Makefile.am
   gnucash/trunk/src/register/ledger-core/test/
   gnucash/trunk/src/register/register-core/Makefile.am
   gnucash/trunk/src/register/register-core/test/
Log:
More linker flags for libraries. More svnignores.

Modified: gnucash/trunk/src/backend/file/test/Makefile.am
===================================================================
--- gnucash/trunk/src/backend/file/test/Makefile.am	2006-03-15 12:51:43 UTC (rev 13637)
+++ gnucash/trunk/src/backend/file/test/Makefile.am	2006-03-15 16:57:29 UTC (rev 13638)
@@ -193,6 +193,8 @@
 noinst_LTLIBRARIES = libgnc-test-file-stuff.la
 
 libgnc_test_file_stuff_la_SOURCES = test-file-stuff.c
+libgnc_test_file_stuff_la_LIBADD = \
+  ${top_builddir}/src/engine/libgncmod-engine.la
 
 noinst_PROGRAMS = \
   test-date-converting \


Property changes on: gnucash/trunk/src/business/business-core/test
___________________________________________________________________
Name: svn:ignore
   - *.la
*.lo
.deps
.libs
Makefile
Makefile.in
test-address
test-business
test-customer
test-employee
test-job
test-vendor
test-load-module
semantic.cache

TAGS

   + *.la
*.lo
.deps
.libs
Makefile
Makefile.in
test-address
test-business
test-customer
test-employee
test-job
test-vendor
test-load-module
semantic.cache
TAGS
*.exe


Modified: gnucash/trunk/src/register/ledger-core/Makefile.am
===================================================================
--- gnucash/trunk/src/register/ledger-core/Makefile.am	2006-03-15 12:51:43 UTC (rev 13637)
+++ gnucash/trunk/src/register/ledger-core/Makefile.am	2006-03-15 16:57:29 UTC (rev 13638)
@@ -24,12 +24,19 @@
   split-register-p.h
 
 libgncmod_ledger_core_la_LIBADD = \
-  ${QOF_LIBS} \
-  ${top_builddir}/src/core-utils/libcore-utils.la \
+  ${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la \
+  ${top_builddir}/src/register/register-core/libgncmod-register-core.la \
   ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
   ${top_builddir}/src/app-utils/libgncmod-app-utils.la \
-  ${top_builddir}/src/register/register-core/libgncmod-register-core.la \
-  ${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la
+  ${top_builddir}/src/engine/libgncmod-engine.la \
+  ${top_builddir}/src/core-utils/libcore-utils.la \
+  ${top_builddir}/src/gnc-module/libgncmodule.la \
+  ${GLADE_LIBS} \
+  ${GCONF_LIBS} \
+  ${GUILE_LIBS} \
+  ${GTK_LIBS} \
+  ${QOF_LIBS} \
+  ${GLIB_LIBS}
 
 AM_CFLAGS = \
   -I${top_srcdir}/src \


Property changes on: gnucash/trunk/src/register/ledger-core/test
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.deps
.libs
test-link-module
semantic.cache

TAGS

   + Makefile
Makefile.in
.deps
.libs
test-link-module
semantic.cache
TAGS
*.exe


Modified: gnucash/trunk/src/register/register-core/Makefile.am
===================================================================
--- gnucash/trunk/src/register/register-core/Makefile.am	2006-03-15 12:51:43 UTC (rev 13637)
+++ gnucash/trunk/src/register/register-core/Makefile.am	2006-03-15 16:57:29 UTC (rev 13638)
@@ -8,6 +8,7 @@
   ${top_builddir}/src/engine/libgncmod-engine.la \
   ${top_builddir}/src/app-utils/libgncmod-app-utils.la \
   ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
+  ${GUILE_LIBS} \
   ${QOF_LIBS} ${GLIB_LIBS}
 
 libgncmod_register_core_la_SOURCES = \
@@ -50,6 +51,9 @@
   table-model.h
 
 libgw_register_core_la_SOURCES = gw-register-core.c
+libgw_register_core_la_LIBADD = \
+  libgncmod-register-core.la \
+  ${G_WRAP_LINK_ARGS}
 
 gwmoddir = ${GNC_GWRAP_LIBDIR}
 gwmod_DATA = gw-register-core.scm gw-register-core-spec.scm


Property changes on: gnucash/trunk/src/register/register-core/test
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.deps
.libs
test-link-module
semantic.cache

TAGS

   + Makefile
Makefile.in
.deps
.libs
test-link-module
semantic.cache
TAGS
*.exe




More information about the gnucash-changes mailing list