From c8a5d2ddf55c852de95cf2ab7a9226baebac320e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 8 Feb 2011 20:33:07 +0000 Subject: have to deliver some .h files as well now --- hunspell/makefile.mk | 3 ++- hunspell/prj/d.lst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'hunspell') 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 ------------------------------------------------------ diff --git a/hunspell/prj/d.lst b/hunspell/prj/d.lst index a323ce9f6344..10f44f4ae96d 100644 --- a/hunspell/prj/d.lst +++ b/hunspell/prj/d.lst @@ -3,3 +3,4 @@ mkdir: %_DEST%\inc%_EXT%\hunspell ..\%__SRC%\inc\*.hxx %_DEST%\inc%_EXT%\hunspell\*.hxx +..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\hunspell\*.h -- cgit