diff --git a/Makefile.in b/Makefile.in index ef0a3a07b..68de901e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,10 +82,10 @@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) $(dist_doc_DATA) \ $(dist_pkgdata_DATA) $(nobase_dist_pkgdata_DATA) ABOUT-NLS \ - autotools/ar-lib config.guess autotools/config.guess \ - autotools/config.rpath config.sub autotools/config.sub \ - install-sh autotools/install-sh autotools/missing \ - autotools/ltmain.sh $(top_srcdir)/autotools/ar-lib \ + autotools/ar-lib autotools/config.guess autotools/config.rpath \ + autotools/config.sub autotools/depcomp autotools/install-sh \ + autotools/missing autotools/ltmain.sh \ + $(top_srcdir)/autotools/ar-lib \ $(top_srcdir)/autotools/config.guess \ $(top_srcdir)/autotools/config.rpath \ $(top_srcdir)/autotools/config.sub \ diff --git a/images/Makefile.am b/images/Makefile.am index 493afb375..6c74b251c 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -26,4 +26,5 @@ pixmap_DATA = icons/48x48/audacity.xpm # We could rename this file instead and adjust all locations. icons/48x48/audacity.xpm: AudacityLogo48x48.xpm cp AudacityLogo48x48.xpm icons/48x48/audacity.xpm +EXTRA_DIST = AudacityLogo48x48.xpm CLEANFILES = icons/48x48/audacity.xpm diff --git a/images/Makefile.in b/images/Makefile.in index 6b468d5cd..9ba0e62cc 100644 --- a/images/Makefile.in +++ b/images/Makefile.in @@ -411,6 +411,7 @@ dist_pixmap_DATA = \ $(NULL) pixmap_DATA = icons/48x48/audacity.xpm +EXTRA_DIST = AudacityLogo48x48.xpm CLEANFILES = icons/48x48/audacity.xpm all: all-am