From 99675e791d123cbe1be914b1a49dd83062134301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 27 Apr 2016 17:24:01 +0100 Subject: [PATCH] presumably these are the only headers we need to install --- src/hunspell/Makefile.am | 11 ++++++----- src/hunspell/Makefile.in | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/hunspell/Makefile.am b/src/hunspell/Makefile.am index 0b710849b..27c249a3b 100644 --- a/src/hunspell/Makefile.am +++ b/src/hunspell/Makefile.am @@ -4,12 +4,13 @@ libhunspell_1_5_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \ hashmgr.cxx hunspell.cxx \ suggestmgr.cxx license.myspell license.hunspell \ phonet.cxx filemgr.cxx hunzip.cxx replist.cxx + affentry.hxx htypes.hxx affixmgr.hxx \ + csutil.hxx atypes.hxx suggestmgr.hxx \ + baseaffix.hxx hashmgr.hxx langnum.hxx \ + phonet.hxx filemgr.hxx hunzip.hxx replist.hxx -libhunspell_1_5_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \ - csutil.hxx hunspell.hxx atypes.hxx hunspell.h \ - suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \ - phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx \ - hunvisapi.h +libhunspell_1_5_include_HEADERS=hunspell.hxx hunspell.h hunvisapi.h \ + w_char.hxx libhunspell_1_5_la_DEPENDENCIES=utf_info.cxx libhunspell_1_5_la_LDFLAGS=-no-undefined diff --git a/src/hunspell/Makefile.in b/src/hunspell/Makefile.in index abeaec03e..70de60a4d 100644 --- a/src/hunspell/Makefile.in +++ b/src/hunspell/Makefile.in @@ -408,11 +408,8 @@ libhunspell_1_5_la_SOURCES = affentry.cxx affixmgr.cxx csutil.cxx \ suggestmgr.cxx license.myspell license.hunspell \ phonet.cxx filemgr.cxx hunzip.cxx replist.cxx -libhunspell_1_5_include_HEADERS = affentry.hxx htypes.hxx affixmgr.hxx \ - csutil.hxx hunspell.hxx atypes.hxx hunspell.h \ - suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \ - phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx \ - hunvisapi.h +libhunspell_1_5_include_HEADERS = hunspell.hxx hunspell.h hunvisapi.h \ + w_char.hxx libhunspell_1_5_la_DEPENDENCIES = utf_info.cxx libhunspell_1_5_la_LDFLAGS = -no-undefined @@ -768,6 +765,10 @@ uninstall-am: uninstall-libLTLIBRARIES \ .PRECIOUS: Makefile + affentry.hxx htypes.hxx affixmgr.hxx \ + csutil.hxx atypes.hxx suggestmgr.hxx \ + baseaffix.hxx hashmgr.hxx langnum.hxx \ + phonet.hxx filemgr.hxx hunzip.hxx replist.hxx # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.