Skip to content

Commit

Permalink
presumably these are the only headers we need to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolán McNamara committed Apr 27, 2016
1 parent ee56b16 commit 99675e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions src/hunspell/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions src/hunspell/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 99675e7

Please sign in to comment.