]> git.lyx.org Git - lyx.git/commit
Add 3rdparty to source package
authorGeorg Baum <baum@lyx.org>
Sat, 19 Dec 2015 10:08:08 +0000 (11:08 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 19 Dec 2015 10:08:08 +0000 (11:08 +0100)
commit5537d1a1f03bb969d22e0d42a81317735c41c233
tree1227a12421b6ce6f74ddfc5361f71f4fb03da089
parente7c3fe6abddb50b718216af7ad132f19528bbb20
Add 3rdparty to source package

The new 3rdparty libraries are not added to the autotools build system, so
that they appear in the source package. They cannot be compiled yet with
autotools (although this would make sense for cross compilation with mingw),
but adding configure support for enabling/disabling these like we do for
boost is a bit more work, so I did not do it for now. Nevertheless, the
three new Makefile.am are already prepared for compilation.
3rdparty/Makefile.am [new file with mode: 0644]
3rdparty/hunspell/Makefile.am [new file with mode: 0644]
3rdparty/libiconv/Makefile.am [new file with mode: 0644]
3rdparty/zlib/Makefile.am [new file with mode: 0644]
Makefile.am
configure.ac