mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix the build so Chris' command-line processing works.
* src/bin/Makefile.am: Fix some srcdir/builddir issues with #includes and libraries. * src/Makefile.am: Move 'bin' last so that it's built after gnome-utils so Chris' change works. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12839 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2006-01-18 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/bin/Makefile.am: Fix some srcdir/builddir issues
|
||||
with #includes and libraries.
|
||||
* src/Makefile.am: Move 'bin' last so that it's built
|
||||
after gnome-utils so Chris' change works.
|
||||
|
||||
2006-01-17 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/import-export/mt940/gnc-mt940-import.c: Add initial work on
|
||||
|
||||
@@ -7,8 +7,7 @@ NONGUI_SUBDIRS = \
|
||||
engine \
|
||||
backend \
|
||||
scm \
|
||||
quotes \
|
||||
bin
|
||||
quotes
|
||||
|
||||
GUI_SUBDIRS_1 = \
|
||||
network-utils \
|
||||
@@ -23,7 +22,8 @@ GUI_SUBDIRS_2 = \
|
||||
gnome \
|
||||
import-export \
|
||||
business \
|
||||
optional
|
||||
optional \
|
||||
bin
|
||||
|
||||
DIST_SUBDIRS = $(NONGUI_SUBDIRS) $(GUI_SUBDIRS_1) report $(GUI_SUBDIRS_2)
|
||||
|
||||
|
||||
@@ -2,14 +2,15 @@
|
||||
SUBDIRS = . overrides test
|
||||
|
||||
AM_CFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GTK_CFLAGS} \
|
||||
-I${top_srcdir}/src/gnome-utils \
|
||||
-I${top_builddir}/src/gnome-utils \
|
||||
-I${top_builddir}/src/gnc-module
|
||||
-I${top_srcdir}/src/gnc-module
|
||||
|
||||
bin_PROGRAMS = gnucash-bin
|
||||
gnucash_bin_SOURCES = gnucash-bin.c
|
||||
gnucash_bin_LDADD = ${GUILE_LIBS} ${GLIB_LIBS} ${GNOME_LIBS} ${GTK_LIBS} \
|
||||
${top_srcdir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_srcdir}/src/gnc-module/libgncmodule.la
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/gnc-module/libgncmodule.la
|
||||
|
||||
gnucash: gnucash.in ${top_builddir}/config.status Makefile
|
||||
rm -f $@.tmp
|
||||
|
||||
Reference in New Issue
Block a user