summaryrefslogtreecommitdiff
path: root/panels/online-accounts/icons/256x256/Makefile.am
blob: 9a9f940e4e0591926a37cfd8070c22fd05dc70c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NULL =

icondir = $(datadir)/icons/hicolor/256x256/apps
icon_DATA = 				\
	goa-panel.png			\
	$(NULL)

EXTRA_DIST = \
	$(icon_DATA)

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk