Use $(srcdir) when installing image/wsicon.svg.

We're not necessarily running from the top-level source directory.

Change-Id: I0bb815275f85630e5316bf593f4ac098d9475308
Reviewed-on: https://code.wireshark.org/review/5579
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-12-03 00:21:59 -08:00
parent d6d55b2d3c
commit fb0999a599
1 changed files with 1 additions and 1 deletions

View File

@ -1432,7 +1432,7 @@ install-data-local:
install -m 644 $(srcdir)/image/WiresharkDoc-$${size}.png $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/mimetypes/application-wireshark-doc.png ; \
done
mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps
install -m 644 image/wsicon.svg $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/wireshark.svg
install -m 644 $(srcdir)/image/wsicon.svg $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/wireshark.svg
uninstall-local:
for size in 16 24 32 48 64 128 256; \