]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/Makefile.am
Disable certain change tracking commands when there are no changes
[lyx.git] / 3rdparty / Makefile.am
index 8706d08100c6b07fbab4d8ca4e39e07fa4751ef0..40eb64367acac329eab262751b45cdcd522704ac 100644 (file)
@@ -1,6 +1,9 @@
 include $(top_srcdir)/config/common.am
 
-DIST_SUBDIRS = hunspell libiconv zlib
+DIST_SUBDIRS = boost hunspell libiconv zlib
 
-SUBDIRS = hunspell libiconv zlib
+if USE_INCLUDED_BOOST
+BOOST = boost
+endif
 
+SUBDIRS = $(BOOST)