INCLUDES->AM_CPPFLAGS

This commit is contained in:
medoc 2013-10-26 18:52:01 +02:00
parent aed4c43d52
commit 75ee622f24

View File

@ -20,7 +20,7 @@
# Documentation # Documentation
# #
man_MANS = unaccent.1 unac.3 man_MANS = unaccent.1 unac.3
INCLUDES = -DUNAC_VERSION=\"$(VERSION)\" AM_CPPFLAGS = -DUNAC_VERSION=\"$(VERSION)\"
# #
# Support programs # Support programs