diff options
Diffstat (limited to 'eel')
-rw-r--r-- | eel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am index cf886ce4..e999b453 100644 --- a/eel/Makefile.am +++ b/eel/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ -I$(top_srcdir) \ $(CORE_CFLAGS) \ - $(WARNING_CFLAGS) \ + $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \ |