mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change gnucash-bin to gnucash on OS X (the other platforms had been changed already)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19284 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
14940a96fa
commit
cb3c965667
@ -26,7 +26,6 @@ SUFFIXES = .rc .res
|
||||
# Some settings are platform dependent. Let's define them per platform.
|
||||
if PLATFORM_WIN32
|
||||
# Windows specific settings go here:
|
||||
BIN_NAME = gnucash
|
||||
GNUCASH_RESOURCE_FILE = gnucash.rc
|
||||
dist_noinst_DATA = gnucash.rc
|
||||
|
||||
@ -39,9 +38,6 @@ config_DATA = environment
|
||||
else !PLATFORM_WIN32
|
||||
if PLATFORM_OSX_QUARTZ
|
||||
# OSX/Quartz specific settings go here:
|
||||
BIN_NAME = gnucash-bin
|
||||
gnucash_bin_SOURCES = ${gnucash_SOURCES}
|
||||
gnucash_bin_LDADD = ${gnucash_LDADD}
|
||||
PLATFORM_FILES = gnucash-setup-env \
|
||||
gnucash-launcher \
|
||||
gnucash-gdb \
|
||||
@ -53,7 +49,6 @@ endif
|
||||
|
||||
else !PLATFORM_OSX_QUARTZ
|
||||
# All other platforms use these settings:
|
||||
BIN_NAME = gnucash
|
||||
PLATFORM_FILES = gnucash-valgrind
|
||||
configdir = ${GNC_CONFIGDIR}
|
||||
config_DATA = environment
|
||||
@ -61,6 +56,7 @@ config_DATA = environment
|
||||
endif !PLATFORM_OSX_QUARTZ
|
||||
endif !PLATFORM_WIN32
|
||||
|
||||
BIN_NAME = gnucash
|
||||
bin_PROGRAMS = ${BIN_NAME}
|
||||
gnucash_SOURCES = gnucash-bin.c ${GNUCASH_RESOURCE_FILE}
|
||||
gnucash_LDADD = \
|
||||
|
Loading…
Reference in New Issue
Block a user