mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make win32 compile again.
* Add a few GUILE_LIBS * Remove platform specific .so from a load-extension parameter git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15039 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
72db146b86
commit
4724a70e4a
@ -11,6 +11,7 @@ libcore_utils_la_SOURCES = \
|
||||
gnc-gtk-utils.c
|
||||
|
||||
libcore_utils_la_LIBADD = \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
${GCONF_LIBS} \
|
||||
${GTK_LIBS}
|
||||
|
@ -12,7 +12,8 @@ libgncmodule_la_SOURCES = gnc-module.c swig-gnc-module.c
|
||||
|
||||
libgncmodule_la_LIBADD = \
|
||||
../core-utils/libcore-utils.la \
|
||||
${top_builddir}/lib/libc/libc-missing.la \
|
||||
${top_builddir}/lib/libc/libc-missing.la \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
-lltdl
|
||||
|
||||
|
@ -19,6 +19,7 @@ noinst_HEADERS = \
|
||||
libgncmodbar_la_SOURCES=gnc-mod-bar.c
|
||||
|
||||
libgncmodbar_la_LIBADD=libbar.la \
|
||||
$(GUILE_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
if BUILDING_FROM_SVN
|
||||
|
@ -23,6 +23,7 @@ libgncmodbaz_la_SOURCES = gnc-mod-baz.c
|
||||
libgncmodbaz_la_LIBADD = \
|
||||
libbaz.la \
|
||||
../../libgncmodule.la \
|
||||
$(GUILE_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
if BUILDING_FROM_SVN
|
||||
|
@ -20,6 +20,7 @@ libgncmodfoo_la_SOURCES = gnc-mod-foo.c
|
||||
|
||||
libgncmodfoo_la_LIBADD = \
|
||||
libfoo.la \
|
||||
$(GUILE_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -9,7 +9,7 @@
|
||||
(use-modules (gnucash main)) ;; FIXME: delete after we finish modularizing.
|
||||
|
||||
;; We do this initialization here because src/gnome isn't a real module.
|
||||
(load-extension "libgncgnome.so" "scm_init_sw_gnome_module")
|
||||
(load-extension "libgncgnome" "scm_init_sw_gnome_module")
|
||||
(use-modules (sw_gnome))
|
||||
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
Loading…
Reference in New Issue
Block a user