]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/hunspell/Makefile.am
BufferParams: rename formula_indent to math_indent etc. as requested
[lyx.git] / 3rdparty / hunspell / Makefile.am
index a4e3aeb373dbbefe540a363322d5f0382479ccfd..37f24cfa15c215e44e510442a895b82dde0b72e3 100644 (file)
@@ -1,8 +1,5 @@
 include $(top_srcdir)/config/common.am
 
-# This is prepared for compilation, but currently only used for packaging,
-# because configure support for compilation is still missing.
-
 noinst_LIBRARIES = liblyxhunspell.a
 
 EXTRA_DIST = \
@@ -15,12 +12,14 @@ EXTRA_DIST = \
        1.3.3/license.hunspell \
        1.3.3/README \
        1.3.3/THANKS \
-       1.3.3/src/hunspell/hunspell.dsp \
        1.3.3/src/hunspell/hunvisapi.h.in \
        1.3.3/src/hunspell/license.hunspell \
        1.3.3/src/hunspell/license.myspell \
        1.3.3/src/hunspell/makefile.mk \
-       1.3.3/src/hunspell/README
+       1.3.3/src/hunspell/README \
+       1.3.3/src/hunspell/utf_info.cxx
+
+AM_CPPFLAGS += -DHUNSPELL_STATIC
 
 liblyxhunspell_a_SOURCES = \
        1.3.3/src/hunspell/affentry.cxx \
@@ -51,7 +50,6 @@ liblyxhunspell_a_SOURCES = \
        1.3.3/src/hunspell/replist.hxx \
        1.3.3/src/hunspell/suggestmgr.cxx \
        1.3.3/src/hunspell/suggestmgr.hxx \
-       1.3.3/src/hunspell/utf_info.cxx \
        1.3.3/src/hunspell/w_char.hxx \
        1.3.3/src/parsers/firstparser.cxx \
        1.3.3/src/parsers/firstparser.hxx \