diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-18 01:01:54 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-18 01:01:54 +0100 |
commit | bb519beccf395b83f9a2976d1836f2c0033aac14 (patch) | |
tree | 546a2491e8ead372bd768c495dbf14de96b849db /lib/Makefile.am | |
parent | 1552ecbd5f85dae4b6d497fcbf96539876d25ad5 (diff) | |
download | gnutls-bb519beccf395b83f9a2976d1836f2c0033aac14.tar.gz |
Fix WARN_CFLAGS uses.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0c75c175ce..4be39b632c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,8 +29,8 @@ endif localedir = $(datadir)/locale +AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ -DLOCALEDIR=\"$(localedir)\" \ -I$(srcdir)/gl \ -I$(builddir)/gl \ |