diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-13 12:54:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-13 12:54:00 +0000 |
commit | 6589590a7be200812764c52d3a56c66fb65026ff (patch) | |
tree | 6937e55ae7508ac7eadb4022371c4e3ddc27e5c8 /address | |
parent | e5e6af7a9411803f260325ba35f1442cf7b14f89 (diff) | |
download | libnice-6589590a7be200812764c52d3a56c66fb65026ff.tar.gz |
use ERROR_CFLAGS in subdirectories
darcs-hash:20070213125426-c9803-8de02269faa93c133a9640776940114835f01457.gz
Diffstat (limited to 'address')
-rw-r--r-- | address/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/address/Makefile.am b/address/Makefile.am index adcf92d..0c69719 100644 --- a/address/Makefile.am +++ b/address/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/common.mk -AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS) +AM_CFLAGS = $(ERROR_CFLAGS) $(GLIB_CFLAGS) # library |