mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
04d89bde02
commit
986a82b9c9
@ -38,7 +38,7 @@ configdir = ${GNC_CONFIGDIR}
|
|||||||
config_DATA = environment
|
config_DATA = environment
|
||||||
|
|
||||||
if PLATFORM_OSX_QUARTZ
|
if PLATFORM_OSX_QUARTZ
|
||||||
PRE_RUN = '. @-BIN_DIR-@/gnucash_setup_env'
|
PRE_RUN = . ${bindir}/gnucash-setup-env
|
||||||
PLATFORM_FILES = gnucash-setup-env
|
PLATFORM_FILES = gnucash-setup-env
|
||||||
else
|
else
|
||||||
PRE_RUN =
|
PRE_RUN =
|
||||||
@ -130,7 +130,8 @@ bin_SCRIPTS = \
|
|||||||
update-gnucash-gconf \
|
update-gnucash-gconf \
|
||||||
gnucash \
|
gnucash \
|
||||||
gnucash-valgrind \
|
gnucash-valgrind \
|
||||||
gnucash-gdb
|
gnucash-gdb \
|
||||||
|
${PLATFORM_FILES}
|
||||||
|
|
||||||
# if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
|
# if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
|
||||||
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
||||||
@ -143,8 +144,7 @@ EXTRA_DIST = \
|
|||||||
gnucash-gdb.in \
|
gnucash-gdb.in \
|
||||||
environment.in \
|
environment.in \
|
||||||
environment-win32.in \
|
environment-win32.in \
|
||||||
environment-osx.in \
|
environment-osx.in
|
||||||
${PLATFORM_FILES}
|
|
||||||
|
|
||||||
## Gnucash scripts -- real code is in overrides, these just get you there.
|
## Gnucash scripts -- real code is in overrides, these just get you there.
|
||||||
${gnc_common_scripts}: generate-gnc-script ${top_builddir}/config.status
|
${gnc_common_scripts}: generate-gnc-script ${top_builddir}/config.status
|
||||||
|
Loading…
Reference in New Issue
Block a user