]> 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)
committerGünter Milde <milde@lyx.org>
Sat, 19 Dec 2015 15:49:52 +0000 (16:49 +0100)
commitc829eeebb791cad2eb6e897e9f8d9da1d287ff8b
tree99265d27c50bcd10b06a54ac3efe8298863addd5
parentac801c2424bc16da092b474de2b164245c5fa546
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