diff options
Diffstat (limited to 'plugins/spell')
-rwxr-xr-x | plugins/spell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am index 24299165..7c08bf99 100755 --- a/plugins/spell/Makefile.am +++ b/plugins/spell/Makefile.am @@ -1,7 +1,7 @@ # Spell checker plugin plugindir = $(PLUMA_PLUGINS_LIBS_DIR) -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ $(ENCHANT_CFLAGS) \ |