r15311 - gnucash/branches/reshuffle-modules/src - Remove obsolete PWD variables from Makefile.am's.
Andreas Köhler
andi5 at cvs.gnucash.org
Thu Jan 4 16:23:44 EST 2007
Author: andi5
Date: 2007-01-04 16:23:40 -0500 (Thu, 04 Jan 2007)
New Revision: 15311
Trac: http://svn.gnucash.org/trac/changeset/15311
Modified:
gnucash/branches/reshuffle-modules/src/app-utils/Makefile.am
gnucash/branches/reshuffle-modules/src/business/business-core/Makefile.am
gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am
gnucash/branches/reshuffle-modules/src/business/dialog-tax-table/Makefile.am
gnucash/branches/reshuffle-modules/src/engine/Makefile.am
gnucash/branches/reshuffle-modules/src/gnome-search/Makefile.am
gnucash/branches/reshuffle-modules/src/gnome-utils/Makefile.am
gnucash/branches/reshuffle-modules/src/import-export/binary-import/Makefile.am
gnucash/branches/reshuffle-modules/src/register/register-core/Makefile.am
Log:
Remove obsolete PWD variables from Makefile.am's.
In the transition to swig (merged into trunk in r15024) the Makefile
targets 'gwrap-files' have been deleted. Most PWD variables can be
removed too.
Modified: gnucash/branches/reshuffle-modules/src/app-utils/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/app-utils/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/app-utils/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . test
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-app-utils.la
Modified: gnucash/branches/reshuffle-modules/src/business/business-core/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/business-core/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/business/business-core/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . test file
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-business-core.la
Modified: gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/business/business-gnome/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . glade schemas ui
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-business-gnome.la
Modified: gnucash/branches/reshuffle-modules/src/business/dialog-tax-table/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/business/dialog-tax-table/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/business/dialog-tax-table/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,3 @@
-PWD := $(shell pwd)
-
pkglib_LTLIBRARIES = libgncmod-dialog-tax-table.la
AM_CFLAGS = \
Modified: gnucash/branches/reshuffle-modules/src/engine/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/engine/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/engine/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . test-core test
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-engine.la
Modified: gnucash/branches/reshuffle-modules/src/gnome-search/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/gnome-search/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/gnome-search/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,3 @@
-PWD := $(shell pwd)
-
pkglib_LTLIBRARIES = libgncmod-gnome-search.la
AM_CFLAGS = \
Modified: gnucash/branches/reshuffle-modules/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/gnome-utils/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/gnome-utils/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = glade schemas . test ui
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-gnome-utils.la
Modified: gnucash/branches/reshuffle-modules/src/import-export/binary-import/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/import-export/binary-import/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/import-export/binary-import/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . test
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-binary-import.la
Modified: gnucash/branches/reshuffle-modules/src/register/register-core/Makefile.am
===================================================================
--- gnucash/branches/reshuffle-modules/src/register/register-core/Makefile.am 2007-01-04 13:42:59 UTC (rev 15310)
+++ gnucash/branches/reshuffle-modules/src/register/register-core/Makefile.am 2007-01-04 21:23:40 UTC (rev 15311)
@@ -1,5 +1,4 @@
SUBDIRS = . test
-PWD := $(shell pwd)
pkglib_LTLIBRARIES = libgncmod-register-core.la
More information about the gnucash-changes
mailing list