summary refs log tree commit diff stats
path: root/src/fe-gtk/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/palette.h')
0 files changed, 0 insertions, 0 deletions
/git-repos/torxchat.git/commit/src/pixmaps/Makefile.am?h=fix-ub&id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20










                                                                
                                                              







                                                                                                   
## Process this file with automake to produce Makefile.in

LIST =	traymsgpng $(srcdir)/message.png \
			trayhilightpng $(srcdir)/highlight.png \
			trayfilepng $(srcdir)/fileoffer.png \
			bookpng $(srcdir)/book.png \
			hoppng $(srcdir)/hop.png \
			oppng $(srcdir)/op.png \
			purplepng $(srcdir)/purple.png \
			redpng $(srcdir)/red.png \
			voicepng $(srcdir)/voice.png \
			hexchatpng $(srcdir)/../../hexchat.png

PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png purple.png red.png voice.png
noinst_HEADERS = inline_pngs.h
CLEANFILES = $(noinst_HEADERS)
EXTRA_DIST = $(PNGS)

inline_pngs.h: $(PNGS)
	@gdkpixbufcsourcepath@ --raw --build-list $(LIST) > $(srcdir)/inline_pngs.h