[Gnucash-changes] r13577 - gnucash/trunk/src/app-utils - Fix linker flags

Christian Stimming cstim at cvs.gnucash.org
Fri Mar 10 04:14:52 EST 2006


Author: cstim
Date: 2006-03-10 04:14:51 -0500 (Fri, 10 Mar 2006)
New Revision: 13577
Trac: http://svn.gnucash.org/trac/changeset/13577

Modified:
   gnucash/trunk/src/app-utils/Makefile.am
Log:
Fix linker flags

Modified: gnucash/trunk/src/app-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/Makefile.am	2006-03-10 04:23:48 UTC (rev 13576)
+++ gnucash/trunk/src/app-utils/Makefile.am	2006-03-10 09:14:51 UTC (rev 13577)
@@ -71,18 +71,19 @@
 libgncmod_app_utils_la_LIBADD = \
   ${top_builddir}/src/gnc-module/libgncmodule.la \
   ${top_builddir}/src/engine/libgncmod-engine.la \
-  ${top_builddir}/src/engine/libgw-engine.la \
   ${top_builddir}/src/calculation/libgncmod-calculation.la \
   ${top_builddir}/src/core-utils/libcore-utils.la \
   ${top_builddir}/lib/glib26/libgncglib.la \
-  ${G_WRAP_LIBS} \
+  ${GCONF_LIBS} \
+  ${GTK_LIBS} \
+  ${G_WRAP_LINK_ARGS} \
   ${GUILE_LIBS} \
   ${QOF_LIBS} \
   ${GLIB_LIBS}
 
 libgw_app_utils_la_LIBADD = \
   libgncmod-app-utils.la \
-  ${G_WRAP_LIBS} \
+  ${G_WRAP_LINK_ARGS} \
   ${GUILE_LIBS} \
   ${QOF_LIBS} \
   ${GLIB_LIBS}



More information about the gnucash-changes mailing list