mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
5537d1a1f0
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.
7 lines
113 B
Makefile
7 lines
113 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
DIST_SUBDIRS = hunspell libiconv zlib
|
|
|
|
SUBDIRS = hunspell libiconv zlib
|
|
|