Skip to content

Commit

Permalink
Rename businessmod-core.c and businessmod-gnome.c.
Browse files Browse the repository at this point in the history
Move these two files to gncmod-business-core.c and
gncmod-business-gnome.c, resp., to better match the common naming.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15323 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
andi5 committed Jan 7, 2007
1 parent e8720a8 commit 9652b5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/business/business-core/Makefile.am
Expand Up @@ -14,7 +14,7 @@ AM_CFLAGS = \
libgncmod_business_core_la_SOURCES = \
swig-business-core.c \
gncBusGuile.c \
businessmod-core.c \
gncmod-business-core.c \
gncAddress.c \
gncBillTerm.c \
gncBusiness.c \
Expand Down
2 changes: 1 addition & 1 deletion src/business/business-gnome/Makefile.am
Expand Up @@ -29,7 +29,6 @@ AM_CFLAGS = \
-I${top_srcdir}/src/register/ledger-core

libgncmod_business_gnome_la_SOURCES = \
businessmod-gnome.c \
business-options-gnome.c \
business-urls.c \
business-gnome-utils.c \
Expand All @@ -45,6 +44,7 @@ libgncmod_business_gnome_la_SOURCES = \
dialog-vendor.c \
gnc-plugin-business.c \
gnc-plugin-page-invoice.c \
gncmod-business-gnome.c \
search-owner.c

noinst_HEADERS = \
Expand Down

0 comments on commit 9652b5b

Please sign in to comment.