mirror of https://github.com/BOINC/boinc.git
11 lines
306 B
Makefile
11 lines
306 B
Makefile
## -*- mode: makefile; tab-width: 4 -*-
|
|
|
|
include $(top_srcdir)/Makefile.incl
|
|
|
|
icon64dir = $(datadir)/icons/hicolor/64x64/apps
|
|
iconscdir = $(datadir)/icons/hicolor/scalable/apps
|
|
desktopdir = $(datadir)/applications
|
|
|
|
dist_icon64_DATA = boinc.png
|
|
dist_iconsc_DATA = boinc.svg
|
|
dist_desktop_DATA = boinc.desktop
|