]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blob - icons/48x48/Makefile.am
Remove an errant "_in" from EXTRA_DIST in panel-plugin/Makefile.am.
[xfce4-hdaps.git] / icons / 48x48 / Makefile.am
1 # $Id$
2
3 iconsdir = $(datadir)/icons/hicolor/48x48/apps
4 icons_DATA = \
5 xfce4-hdaps.png
6
7 EXTRA_DIST = \
8 $(icons_DATA)
9
10 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: