15 lines
185 B
Text
15 lines
185 B
Text
|
NULL =
|
||
|
|
||
|
icondir = $(datadir)/icons/hicolor/16x16/apps
|
||
|
icon_DATA = \
|
||
|
goa-panel.png \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(icon_DATA)
|
||
|
|
||
|
clean-local :
|
||
|
rm -f *~
|
||
|
|
||
|
-include $(top_srcdir)/git.mk
|