From 23f35c8784fc9510baf965622cd2f1ee50d65cc8 Mon Sep 17 00:00:00 2001 From: billh Date: Wed, 14 Jun 2006 13:52:29 +0000 Subject: [PATCH] Added WARN_CFLAGS support. Bug #308239. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@818 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 5 +++++ cspi/Makefile.am | 1 + cspi/bonobo/Makefile.am | 1 + libspi/Makefile.am | 1 + registryd/Makefile.am | 1 + 5 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57ba4d7..c5dfce8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-14 Bill Haneman + + * */Makefile.am: Add WARN_CFLAGS to INCLUDES. + Bug #308239. + 2006-06-12 Bill Haneman * configure.in: Require atk-1.12.0, to pick up diff --git a/cspi/Makefile.am b/cspi/Makefile.am index 13fd8ac..b9907c2 100644 --- a/cspi/Makefile.am +++ b/cspi/Makefile.am @@ -7,6 +7,7 @@ lib_LTLIBRARIES = libcspi.la INCLUDES = -I $(top_srcdir) \ -I $(top_builddir) \ $(X_CFLAGS) \ + $(WARN_CFLAGS) \ $(LIBCSPI_CFLAGS) libcspi_la_LDFLAGS = @LDFLAGS@ ../libspi/libspi.la $(LIBCSPI_LIBS) @LT_VERSION_INFO@ @LIBTOOL_EXPORT_OPTIONS@ diff --git a/cspi/bonobo/Makefile.am b/cspi/bonobo/Makefile.am index df8d87f..ddbf838 100644 --- a/cspi/bonobo/Makefile.am +++ b/cspi/bonobo/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = -I $(top_srcdir) \ -I $(top_builddir) \ $(X_CFLAGS) \ + $(WARN_CFLAGS) \ $(LIBCSPI_CFLAGS) noinst_LTLIBRARIES = libcspi-bonobo.la diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 5f8fa5c..e5364f3 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -5,6 +5,7 @@ lib_LTLIBRARIES = libspi.la INCLUDES = -I$(top_srcdir) \ -I$(top_builddir) \ $(LIBSPI_DEBUG_CFLAGS) \ + $(WARN_CFLAGS) \ $(LIBSPI_CFLAGS) libspi_la_LDFLAGS = @LT_VERSION_INFO@ diff --git a/registryd/Makefile.am b/registryd/Makefile.am index 877b258..0495b5d 100644 --- a/registryd/Makefile.am +++ b/registryd/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_builddir)/libspi \ -I$(top_srcdir)/libspi \ + $(WARN_CFLAGS) \ $(REGISTRYD_CFLAGS) at_spi_registryd_SOURCES = \ -- 2.7.4