ab002c80f2
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
17 lines
404 B
Makefile
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
|