mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Add AudacityLogo48x48.xpm to distributed files.
This commit is contained in:
parent
9d0e5e360d
commit
7647b1f452
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user