autotools: dist the subprojects directory

See Merge Request !1069
This commit is contained in:
Luca Bacci
2019-08-28 18:35:10 +02:00
parent 352948fcdf
commit 72baf988ee

View File

@ -78,6 +78,10 @@ DISTCLEANFILES = \
gail-3.0.pc \
config.lt
dist-hook:
mkdir $(distdir)/subprojects
cp -p $(srcdir)/subprojects/*.wrap $(distdir)/subprojects
distclean-local:
if test "$(srcdir)" = "."; then :; else \
rm -f ChangeLog; \