summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-18 01:01:54 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-18 01:01:54 +0100
commitbb519beccf395b83f9a2976d1836f2c0033aac14 (patch)
tree546a2491e8ead372bd768c495dbf14de96b849db /lib/Makefile.am
parent1552ecbd5f85dae4b6d497fcbf96539876d25ad5 (diff)
downloadgnutls-bb519beccf395b83f9a2976d1836f2c0033aac14.tar.gz
Fix WARN_CFLAGS uses.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
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 \