mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Compile GncModule's with --avoid-version.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15322 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b34a1c9f3f
commit
e8720a89db
@ -64,6 +64,8 @@ gncinclude_HEADERS = \
|
||||
guile-util.h \
|
||||
option-util.h
|
||||
|
||||
libgncmod_app_utils_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_app_utils_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${top_builddir}/src/engine/libgncmod-engine.la \
|
||||
|
@ -55,6 +55,8 @@ noinst_HEADERS = \
|
||||
gncVendor.h \
|
||||
gncVendorP.h
|
||||
|
||||
libgncmod_business_core_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_business_core_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${top_builddir}/src/engine/libgncmod-engine.la \
|
||||
|
@ -41,7 +41,7 @@ noinst_HEADERS = \
|
||||
gnc-vendor-xml-v2.h \
|
||||
xml-helpers.h
|
||||
|
||||
libgncmod_business_backend_file_la_LDFLAGS = -module
|
||||
libgncmod_business_backend_file_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
libgncmod_business_backend_file_la_LIBADD = \
|
||||
${top_builddir}/src/business/business-core/libgncmod-business-core.la \
|
||||
|
@ -65,6 +65,8 @@ noinst_HEADERS = \
|
||||
gnc-plugin-page-invoice.h \
|
||||
search-owner.h
|
||||
|
||||
libgncmod_business_gnome_la_LDFLAGS = -avoid-version
|
||||
|
||||
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 \
|
||||
|
@ -19,6 +19,8 @@ libgncmod_business_utils_la_SOURCES = \
|
||||
noinst_HEADERS = \
|
||||
business-options.h
|
||||
|
||||
libgncmod_business_utils_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_business_utils_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
|
@ -25,6 +25,8 @@ libgncmod_dialog_tax_table_la_SOURCES = \
|
||||
noinst_HEADERS = \
|
||||
dialog-tax-table.h
|
||||
|
||||
libgncmod_dialog_tax_table_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_dialog_tax_table_la_LIBADD = \
|
||||
${top_builddir}/src/business/business-core/libgncmod-business-core.la \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
|
@ -2,6 +2,8 @@ SUBDIRS = . test
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-calculation.la
|
||||
|
||||
libgncmod_calculation_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_calculation_la_LIBADD = \
|
||||
${GLIB_LIBS} ${GUILE_LIBS} \
|
||||
${QOF_LIBS}
|
||||
|
@ -112,6 +112,8 @@ noinst_HEADERS = \
|
||||
|
||||
noinst_SCRIPTS = iso-currencies-to-c
|
||||
|
||||
libgncmod_engine_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_engine_la_LIBADD = \
|
||||
../gnc-module/libgnc-module.la \
|
||||
../core-utils/libgnc-core-utils.la \
|
||||
|
@ -49,6 +49,8 @@ noinst_HEADERS = \
|
||||
search-reconciled.h \
|
||||
search-string.h
|
||||
|
||||
libgncmod_gnome_search_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_gnome_search_la_LIBADD = \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
|
@ -162,6 +162,8 @@ noinst_HEADERS = \
|
||||
gnc-druid-provider-multifile-gnome.h \
|
||||
search-param.h
|
||||
|
||||
libgncmod_gnome_utils_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_gnome_utils_la_LIBADD = \
|
||||
${top_builddir}/src/core-utils/libgnc-core-utils.la \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
|
@ -39,6 +39,8 @@ noinst_HEADERS = \
|
||||
import-utilities.h \
|
||||
gnc-import-format-gnome.h
|
||||
|
||||
libgncmod_generic_import_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_generic_import_la_LIBADD = \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
|
@ -42,6 +42,8 @@ noinst_HEADERS = \
|
||||
hbci-interaction.h \
|
||||
hbci-interactionP.h
|
||||
|
||||
libgncmod_hbci_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_hbci_la_LIBADD = \
|
||||
${top_builddir}/src/import-export/libgncmod-generic-import.la \
|
||||
${top_builddir}/src/gnome/libgnc-gnome.la \
|
||||
|
@ -11,6 +11,8 @@ noinst_HEADERS = \
|
||||
gnc-log-replay.h \
|
||||
gnc-plugin-log-replay.h
|
||||
|
||||
libgncmod_log_replay_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_log_replay_la_LIBADD = \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
|
@ -11,6 +11,8 @@ noinst_HEADERS = \
|
||||
gnc-ofx-import.h \
|
||||
gnc-plugin-ofx.h
|
||||
|
||||
libgncmod_ofx_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_ofx_la_LIBADD = \
|
||||
${top_builddir}/src/import-export/libgncmod-generic-import.la \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
|
@ -15,6 +15,8 @@ noinst_HEADERS = \
|
||||
gnc-druid-test.h \
|
||||
gnc-plugin-qif-import.h
|
||||
|
||||
libgncmod_qif_import_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_qif_import_la_LIBADD = \
|
||||
${top_builddir}/src/import-export/libgncmod-generic-import.la \
|
||||
${top_builddir}/src/gnome/libgnc-gnome.la \
|
||||
|
@ -22,6 +22,8 @@ gncincludedir = ${GNC_INCLUDE_DIR}
|
||||
gncinclude_HEADERS = \
|
||||
gnc-http.h
|
||||
|
||||
libgncmod_network_utils_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_network_utils_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${GNOME_LIBS} ${QOF_LIBS}
|
||||
|
@ -23,6 +23,8 @@ noinst_HEADERS = \
|
||||
split-register-model-save.h \
|
||||
split-register-p.h
|
||||
|
||||
libgncmod_ledger_core_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_ledger_core_la_LIBADD = \
|
||||
${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la \
|
||||
${top_builddir}/src/register/register-core/libgncmod-register-core.la \
|
||||
|
@ -2,6 +2,8 @@ SUBDIRS = . test
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-register-core.la
|
||||
|
||||
libgncmod_register_core_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_register_core_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${top_builddir}/src/engine/libgncmod-engine.la \
|
||||
|
@ -2,6 +2,8 @@ SUBDIRS = . test
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-register-gnome.la
|
||||
|
||||
libgncmod_register_gnome_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_register_gnome_la_LIBADD = \
|
||||
${top_builddir}/src/register/register-core/libgncmod-register-core.la \
|
||||
${top_builddir}/src/core-utils/libgnc-core-utils.la \
|
||||
|
@ -5,6 +5,8 @@ pkglib_LTLIBRARIES = libgncmod-locale-reports-us.la
|
||||
libgncmod_locale_reports_us_la_SOURCES = \
|
||||
gncmod-locale-reports-us.c
|
||||
|
||||
libgncmod_locale_reports_us_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_locale_reports_us_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${GUILE_LIBS} \
|
||||
|
@ -35,6 +35,8 @@ gncinclude_HEADERS = \
|
||||
gnc-plugin-page-report.h \
|
||||
window-report.h
|
||||
|
||||
libgncmod_report_gnome_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_report_gnome_la_LIBADD = \
|
||||
${top_builddir}/src/core-utils/libgnc-core-utils.la \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
|
@ -11,6 +11,8 @@ gncincludedir = ${GNC_INCLUDE_DIR}
|
||||
gncinclude_HEADERS = \
|
||||
gnc-report.h
|
||||
|
||||
libgncmod_report_system_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_report_system_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
|
@ -3,7 +3,10 @@ SUBDIRS = . test
|
||||
pkglib_LTLIBRARIES = libgncmod-standard-reports.la
|
||||
|
||||
libgncmod_standard_reports_la_SOURCES = \
|
||||
gncmod-standard-reports.c
|
||||
gncmod-standard-reports.c
|
||||
|
||||
libgncmod_standard_reports_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_standard_reports_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la \
|
||||
${GUILE_LIBS} \
|
||||
|
@ -9,7 +9,7 @@ libgncmod_stylesheets_la_SOURCES = \
|
||||
noinst_HEADERS = \
|
||||
gnc-plugin-stylesheets.h
|
||||
|
||||
libgncmod_stylesheets_la_LDFLAGS=-module
|
||||
libgncmod_stylesheets_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
libgncmod_stylesheets_la_LIBADD = \
|
||||
${top_builddir}/src/report/report-gnome/libgncmod-report-gnome.la \
|
||||
|
@ -9,7 +9,7 @@ libgncmod_utility_reports_la_LIBADD = \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS}
|
||||
|
||||
libgncmod_utility_reports_la_LDFLAGS = -module
|
||||
libgncmod_utility_reports_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
AM_CFLAGS = \
|
||||
-I${top_srcdir}/src \
|
||||
|
@ -5,6 +5,8 @@ pkglib_LTLIBRARIES = libgncmod-tax-us.la
|
||||
libgncmod_tax_us_la_SOURCES = \
|
||||
gncmod-tax-us.c
|
||||
|
||||
libgncmod_tax_us_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_tax_us_la_LIBADD = \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user