diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:52:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:52:26 +0000 |
commit | 0c306c43ac28e78c02978a0d3a6e6e913eabbdce (patch) | |
tree | 0ff6e9e8317d308dfebf9e14f4ea659a32fc9bf4 /dmake/Makefile.am | |
parent | f19be04e0deccbf805bfc9122ca69a7c41a2f6fa (diff) |
INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
2004/02/20 12:28:56 hr 1.7.48.1: #111934#: merge CWS ooo111fix3
Diffstat (limited to 'dmake/Makefile.am')
-rwxr-xr-x | dmake/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dmake/Makefile.am b/dmake/Makefile.am index 89b26e92c7a1..1e7d31b75799 100755 --- a/dmake/Makefile.am +++ b/dmake/Makefile.am @@ -2,9 +2,9 @@ # # $RCSfile: Makefile.am,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2003-03-25 14:02:08 $ +# last change: $Author: kz $ $Date: 2004-02-25 13:52:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,8 +60,8 @@ # #************************************************************************* -# require "new" automake >= 1.5 -AUTOMAKE_OPTIONS = 1.5 foreign +# require "new" automake >= 1.7 +AUTOMAKE_OPTIONS = 1.7 foreign @@ -82,5 +82,3 @@ EXTRA_DIST = make.c # set the include path found by configure INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu - -CFLAGS = -O |