File: Makefile.am

package info (click to toggle)
mate-applets 1.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 53,308 kB
  • sloc: ansic: 21,690; makefile: 1,521; xml: 434; sh: 56
file content (13 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
themedir = $(datadir)/icons/hicolor
size = 32x32
context = apps

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = \
	mate-netspeed-applet.png

EXTRA_DIST =		\
	$(icons_DATA)

-include $(top_srcdir)/git.mk