Commit Graph

30 Commits

Author SHA1 Message Date
Joshua Sled
eb73260220 Fold branches/sx-cleanup/ [14463:15384] back into trunk/.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15399 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-01-19 23:45:45 +00:00
Andreas Köhler
b34a1c9f3f Unify library names and installation directories.
Rename libcore-utils        to libgnc-core-utils
Rename libgncgnome          to libgnc-gnome
Rename libgncmodule         to libgnc-module
Rename libgncqof            to libgnc-qof
Rename libgnc-backend-file  to libgncmod-backend-file
Move libgnc-business-ledger to $prefix/lib
Move libgncqof-backend-qsf  to $prefix/lib/gnucash
Move libgncmod-backend-file to $prefix/lib/gnucash


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15321 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-01-07 07:04:23 +00:00
Andreas Köhler
2e69bba2db Merge reshuffle-modules (r15315) back into the trunk.
Modules are loaded directly with the g_symbol_* API now while dropping
the dependency on libltdl.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15317 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-01-06 00:41:51 +00:00
Andreas Köhler
e5c7756b51 Do not build tests for make all' but only make check'. This is done by
using the automake prefix check_ instead of noinst_. The modules created
in src/gnc-module/test now use that prefix too, but with LDFLAGS="-rpath
${PWD}" to make them shared (we never install them).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15260 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-12-27 02:51:03 +00:00
Chris Shoemaker
31e926c486 Merge swig-redo branch back into trunk.
g-wrap is gone.  I, for one, welcome our new swig overlords.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15024 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-10-15 19:02:05 +00:00
Derek Atkins
3366829dc2 Move the GLIB26 compatibility checks to configure.in.
Just modify GLIB_LIBS and GLIB_CFLAGS so everyone properly
	  links against the glib26 compatibility library when necessary.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14330 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-05 03:39:54 +00:00
David Hampton
d982c50662 Don't ever reference lib/glib26 if the host system has glib 2.6 or
better installed.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14328 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-05 02:44:25 +00:00
David Hampton
e5c0029700 Add lib/glib26 to the include and library paths.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14327 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-06-05 01:48:35 +00:00
Derek Atkins
1ce73dada8 link against GUILE_LIBS when building the test-link test app (#336007)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13700 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-25 21:03:46 +00:00
Chris Shoemaker
e50a31f89c Fix linking for src/gnome-utils/test/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12910 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-20 14:52:57 +00:00
Neil Williams
466781acef move QOF files to lib/libqof/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11917 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-13 13:22:34 +00:00
David Hampton
d82e89c417 Remove GUI test cases from the 'TESTS' variable. These tests will
prevent 'make check' from running unattended.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11832 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 23:36:07 +00:00
Neil Williams
2f9142d31f Allow test files to find QOF externally
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11815 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 16:15:47 +00:00
David Hampton
f28d033d74 Collapse the gnome2 branch back into HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 03:32:36 +00:00
David Hampton
e7c8ee5ebd Fix 'make check' srfi problems when using guile 1.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8008 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-19 03:55:44 +00:00
Derek Atkins
1af0341287 Support g-wrap in non-standard location
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6943 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-06-03 14:02:35 +00:00
Dave Peticolas
8e51e62781 David Hampton's make distcheck patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6749 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-02-28 08:31:32 +00:00
Dave Peticolas
bc78fe1763 * src/gnome-utils/test/Makefile.am: remove report-gnome from dirs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6319 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-12-11 10:48:02 +00:00
Dave Peticolas
363cb21f46 Fix tests.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6270 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-12-07 11:11:08 +00:00
Dave Peticolas
beade21ffa Use gnc-test-env.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5980 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-22 08:48:29 +00:00
Rob Browning
a8c5b75ff8 * src/gnome-utils/test/Makefile.am
(INCLUDES): typo - GUILE_INCS not GUILE_CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5817 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-09 18:25:55 +00:00
Bill Gribble
ef1786df1c More makefile changes to get modules loading right. Hacked the crashes
away by commenting out calls to lt_dlclose ... will figure out what's
going on later.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5801 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-08 18:15:30 +00:00
Bill Gribble
4069b315f9 Build changes to clean up library cross-dependencies and move to libtool-1.4
syntax.  Also a patched ltmain.sh included with CVS now, so builds are
faster and folks with libtool-1.3.4 installed aren't left in the cold.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5788 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-07 22:41:56 +00:00
Dave Peticolas
03ae286b49 Use AM_CFLAGS instead of CFLAGS in Makefile.am.
Fix some includes as a result.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5729 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-26 12:10:06 +00:00
Dave Peticolas
fe7af9eaab Don't install tests.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5718 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-24 08:43:27 +00:00
Rob Browning
c50ea06d6d * src/gnome-utils/test/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5550 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-10 23:28:58 +00:00
Dave Peticolas
0a8c78bcc1 Move preferences and configuration variables into app-utils modules.
Much module refactoring & cleanup.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5391 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-20 09:18:50 +00:00
Dave Peticolas
a0385b8ada Create a network-utils module for net communications code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5362 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-11 08:41:44 +00:00
Dave Peticolas
7c5ef7ab53 Move print-session to gnome-utils. Refactor gnc_html_export.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5354 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 21:37:04 +00:00
Dave Peticolas
033743ade2 Start gnome-utils test framework.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5352 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-10 11:12:41 +00:00