From 75ee622f247897b8c5efb103525b1dd0f84be1b7 Mon Sep 17 00:00:00 2001 From: medoc Date: Sat, 26 Oct 2013 18:52:01 +0200 Subject: [PATCH] INCLUDES->AM_CPPFLAGS --- unac/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unac/Makefile.am b/unac/Makefile.am index 316116e1..45c2631a 100644 --- a/unac/Makefile.am +++ b/unac/Makefile.am @@ -20,7 +20,7 @@ # Documentation # man_MANS = unaccent.1 unac.3 -INCLUDES = -DUNAC_VERSION=\"$(VERSION)\" +AM_CPPFLAGS = -DUNAC_VERSION=\"$(VERSION)\" # # Support programs