r15312 - gnucash/branches/reshuffle-modules/src/business - Rename 'libgnc-business-ledger' to 'libgncmod-business-ledger'.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Jan 4 16:23:49 EST 2007


Author: andi5
Date: 2007-01-04 16:23:48 -0500 (Thu, 04 Jan 2007)
New Revision: 15312
Trac: http://svn.gnucash.org/trac/changeset/15312

Modified:
   gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am
   gnucash/branches/reshuffle-modules/src/business/business-ledger/Makefile.am
Log:
Rename 'libgnc-business-ledger' to 'libgncmod-business-ledger'.

Rename the GncModule so that all modules installed in
$prefix/lib/gnucash have the prefix 'libgncmod-'.


Modified: gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am	2007-01-04 21:23:40 UTC (rev 15311)
+++ gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am	2007-01-04 21:23:48 UTC (rev 15312)
@@ -67,7 +67,7 @@
 
 libgncmod_business_gnome_la_LIBADD = \
   ${top_builddir}/src/business/business-core/libgncmod-business-core.la \
-  ${top_builddir}/src/business/business-ledger/libgnc-business-ledger.la \
+  ${top_builddir}/src/business/business-ledger/libgncmod-business-ledger.la \
   ${top_builddir}/src/business/dialog-tax-table/libgncmod-dialog-tax-table.la \
   ${top_builddir}/src/register/register-core/libgncmod-register-core.la \
   ${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la \

Modified: gnucash/branches/reshuffle-modules/src/business/business-ledger/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/business-ledger/Makefile.am	2007-01-04 21:23:40 UTC (rev 15311)
+++ gnucash/branches/reshuffle-modules/src/business/business-ledger/Makefile.am	2007-01-04 21:23:48 UTC (rev 15312)
@@ -1,8 +1,8 @@
 SUBDIRS = .
 
-pkglib_LTLIBRARIES = libgnc-business-ledger.la
+pkglib_LTLIBRARIES = libgncmod-business-ledger.la
 
-libgnc_business_ledger_la_SOURCES = \
+libgncmod_business_ledger_la_SOURCES = \
   gncEntryLedger.c \
   gncEntryLedgerControl.c \
   gncEntryLedgerDisplay.c \
@@ -17,7 +17,7 @@
   gncEntryLedgerLayout.h \
   gncEntryLedgerModel.h
 
-libgnc_business_ledger_la_LIBADD = \
+libgncmod_business_ledger_la_LIBADD = \
   ${top_builddir}/src/business/business-core/libgncmod-business-core.la \
   ${top_builddir}/src/business/business-utils/libgncmod-business-utils.la \
   ${top_builddir}/src/business/dialog-tax-table/libgncmod-dialog-tax-table.la \



More information about the gnucash-changes mailing list