Makefile fixes for setup-gnucash-env on OS X

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-04-22 09:14:53 +00:00
parent 04d89bde02
commit 986a82b9c9

View File

@ -38,7 +38,7 @@ configdir = ${GNC_CONFIGDIR}
config_DATA = environment
if PLATFORM_OSX_QUARTZ
PRE_RUN = '. @-BIN_DIR-@/gnucash_setup_env'
PRE_RUN = . ${bindir}/gnucash-setup-env
PLATFORM_FILES = gnucash-setup-env
else
PRE_RUN =
@ -130,7 +130,8 @@ bin_SCRIPTS = \
update-gnucash-gconf \
gnucash \
gnucash-valgrind \
gnucash-gdb
gnucash-gdb \
${PLATFORM_FILES}
# if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
@ -143,8 +144,7 @@ EXTRA_DIST = \
gnucash-gdb.in \
environment.in \
environment-win32.in \
environment-osx.in \
${PLATFORM_FILES}
environment-osx.in
## Gnucash scripts -- real code is in overrides, these just get you there.
${gnc_common_scripts}: generate-gnc-script ${top_builddir}/config.status