diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-01-08 17:46:04 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-01-08 17:46:04 +0600 |
commit | 23b2b7144bd4115592b2d0d14f54650fd799ec29 (patch) | |
tree | ce810f5e9679254d449123010e4b060f94f97458 | |
parent | 227da2377a80c66b755f0fa49770bb6234eb1ad2 (diff) | |
download | mpd-23b2b7144bd4115592b2d0d14f54650fd799ec29.tar.gz mpd-23b2b7144bd4115592b2d0d14f54650fd799ec29.tar.xz mpd-23b2b7144bd4115592b2d0d14f54650fd799ec29.zip |
Makefile.am: distribute mpc.ico
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 89b643530..a0b32f8be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1396,4 +1396,4 @@ endif EXTRA_DIST = $(doc_DATA) autogen.sh \ $(wildcard scripts/*.sh) \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \ - src/win/mpd_win32_rc.rc.in + src/win/mpd_win32_rc.rc.in src/win/mpd.ico |