* 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:
Derek Atkins 2003-08-10 19:28:42 +00:00
parent 9e1e5282c0
commit 4ae577f0ec
16 changed files with 19 additions and 0 deletions

View File

@ -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.

View File

@ -1,4 +1,5 @@
SUBDIRS = gnome . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-app-file.la libgw-app-file.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-app-utils.la libgw-app-utils.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test file
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgw-business-core.la libgncmod-business-core.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . glade
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-business-gnome.la libgw-business-gnome.la

View File

@ -1,3 +1,5 @@
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-dialog-tax-table.la libgw-dialog-tax-table.la
AM_CFLAGS = \

View File

@ -1,4 +1,5 @@
SUBDIRS = . test-core test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgw-engine.la libgw-kvp.la libgncmod-engine.la

View File

@ -5,6 +5,7 @@ AM_CFLAGS = \
LDADD = -L../.. -L../../.libs
PWD := $(shell pwd)
checklibdir=${PWD}
checklib_LTLIBRARIES=libfuturemodsys.la libincompatdep.la libagedver.la

View File

@ -5,6 +5,7 @@ AM_CFLAGS = \
${GUILE_INCS} \
${GLIB_CFLAGS}
PWD := $(shell pwd)
checklibdir=${PWD}
checklib_LTLIBRARIES = libbar.la libgncmodbar.la

View File

@ -6,6 +6,7 @@ AM_CFLAGS = \
${G_WRAP_COMPILE_ARGS} \
${GUILE_INCS}
PWD := $(shell pwd)
checklibdir = ${PWD}
checklib_LTLIBRARIES = libbaz.la libgncmodbaz.la

View File

@ -5,6 +5,7 @@ AM_CFLAGS=\
${G_WRAP_COMPILE_ARGS} \
${GLIB_CFLAGS}
PWD := $(shell pwd)
checklibdir=${PWD}
checklib_LTLIBRARIES=libfoo.la libgncmodfoo.la

View File

@ -1,3 +1,4 @@
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-gnome-search.la libgw-gnome-search.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-gnome-utils.la libgw-gnome-utils.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-binary-import.la libgw-binary-import.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-register-core.la libgw-register-core.la

View File

@ -1,4 +1,5 @@
SUBDIRS = . test
PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-report-gnome.la libgw-report-gnome.la