[Gnucash-changes] Revert a change from 08-17 that causes a runtime
failure.
Derek Atkins
warlord at cvs.gnucash.org
Fri Aug 26 19:11:03 EDT 2005
Log Message:
-----------
Revert a change from 08-17 that causes a runtime failure.
* src/gnome-utils/Makefile.am: move the module back into
pkglibdir so that gnucash actually runs properly instead
of dying at runtime.
Tags:
----
gnucash-gnome2-dev
Modified Files:
--------------
gnucash:
ChangeLog
gnucash/src/gnome-utils:
Makefile.am
Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.272
retrieving revision 1.1487.2.273
diff -LChangeLog -LChangeLog -u -r1.1487.2.272 -r1.1487.2.273
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2005-08-26 Derek Atkins <derek at ihtfp.com>
+
+ * src/gnome-utils/Makefile.am: move the module back into
+ pkglibdir so that gnucash actually runs properly instead
+ of dying at runtime.
+
2005-08-23 Joshua Sled <jsled at asynchronous.org>
* src/report/report-gnome/gnc-plugin-page-report.c
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Makefile.am,v
retrieving revision 1.48.2.37
retrieving revision 1.48.2.38
diff -Lsrc/gnome-utils/Makefile.am -Lsrc/gnome-utils/Makefile.am -u -r1.48.2.37 -r1.48.2.38
--- src/gnome-utils/Makefile.am
+++ src/gnome-utils/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = schemas . test ui
PWD := $(shell pwd)
-lib_LTLIBRARIES = libgncmod-gnome-utils.la libgw-gnome-utils.la
+pkglib_LTLIBRARIES = libgncmod-gnome-utils.la libgw-gnome-utils.la
# Note that src/gnome-utils CANNOT depend on src/gnome!
AM_CFLAGS = \
More information about the gnucash-changes
mailing list