summaryrefslogtreecommitdiff
path: root/hunspell/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r--hunspell/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index 440e63b56ec1..88999ed00f57 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -91,7 +91,8 @@ BUILD_ACTION=cd src/hunspell && dmake
.ENDIF # "$(GUI)"=="OS2"
OUT2INC= \
- $(BUILD_DIR)$/src$/hunspell$/*.hxx
+ $(BUILD_DIR)$/src$/hunspell$/*.hxx \
+ $(BUILD_DIR)$/src$/hunspell$/*.h
# --- Targets ------------------------------------------------------