mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/*/Makefile.am: Make sure we define PWD, as not all shells
define it properly. Fixes #119114. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9033 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9e1e5282c0
commit
4ae577f0ec
@ -1,5 +1,8 @@
|
||||
2003-08-10 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/*/Makefile.am: Make sure we define PWD, as not all shells
|
||||
define it properly. Fixes #119114.
|
||||
|
||||
* src/gnome/reconcile-list.c: our parent is a gnc-query-list, not
|
||||
a clist. Fix a bug so we properly call the parent destroy function.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = gnome . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-app-file.la libgw-app-file.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-app-utils.la libgw-app-utils.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test file
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgw-business-core.la libgncmod-business-core.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . glade
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-business-gnome.la libgw-business-gnome.la
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-dialog-tax-table.la libgw-dialog-tax-table.la
|
||||
|
||||
AM_CFLAGS = \
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test-core test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgw-engine.la libgw-kvp.la libgncmod-engine.la
|
||||
|
||||
|
@ -5,6 +5,7 @@ AM_CFLAGS = \
|
||||
|
||||
LDADD = -L../.. -L../../.libs
|
||||
|
||||
PWD := $(shell pwd)
|
||||
checklibdir=${PWD}
|
||||
checklib_LTLIBRARIES=libfuturemodsys.la libincompatdep.la libagedver.la
|
||||
|
||||
|
@ -5,6 +5,7 @@ AM_CFLAGS = \
|
||||
${GUILE_INCS} \
|
||||
${GLIB_CFLAGS}
|
||||
|
||||
PWD := $(shell pwd)
|
||||
checklibdir=${PWD}
|
||||
checklib_LTLIBRARIES = libbar.la libgncmodbar.la
|
||||
|
||||
|
@ -6,6 +6,7 @@ AM_CFLAGS = \
|
||||
${G_WRAP_COMPILE_ARGS} \
|
||||
${GUILE_INCS}
|
||||
|
||||
PWD := $(shell pwd)
|
||||
checklibdir = ${PWD}
|
||||
checklib_LTLIBRARIES = libbaz.la libgncmodbaz.la
|
||||
|
||||
|
@ -5,6 +5,7 @@ AM_CFLAGS=\
|
||||
${G_WRAP_COMPILE_ARGS} \
|
||||
${GLIB_CFLAGS}
|
||||
|
||||
PWD := $(shell pwd)
|
||||
checklibdir=${PWD}
|
||||
checklib_LTLIBRARIES=libfoo.la libgncmodfoo.la
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-gnome-search.la libgw-gnome-search.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-gnome-utils.la libgw-gnome-utils.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-binary-import.la libgw-binary-import.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-register-core.la libgw-register-core.la
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = . test
|
||||
PWD := $(shell pwd)
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-report-gnome.la libgw-report-gnome.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user