geany/icons/16x16/Makefile.am
Nick Treleaven ab002c80f2 Show autocompletion icons for tag symbols - for now only tags with
an arglist have the 'function/method' icon, all others have the
'variable' icon.
Note: XPMs were created from the PNGs with the ImageMagick 'convert'
program.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3930 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-07-08 14:51:25 +00:00

17 lines
404 B
Makefile

iconsdir = $(datadir)/icons/hicolor/16x16/apps
icons_DATA = \
classviewer-class.png \
classviewer-macro.png \
classviewer-member.png \
classviewer-method.png \
classviewer-namespace.png \
classviewer-other.png \
classviewer-struct.png \
classviewer-var.png \
geany.png
EXTRA_DIST = $(icons_DATA) \
classviewer-var.xpm \
classviewer-method.xpm