summaryrefslogtreecommitdiff
path: root/hunspell/makefile.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-08 20:33:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-08 20:33:07 +0000
commitc8a5d2ddf55c852de95cf2ab7a9226baebac320e (patch)
tree3c075ea4c0745f26c402420569d5079818fd7228 /hunspell/makefile.mk
parent2cce64e4462a3383169381fafffc176e1c685a98 (diff)
have to deliver some .h files as well now
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 ------------------------------------------------------