2011-02-24 06:14:30 +03:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2012-11-03 04:42:47 +04:00
|
|
|
LIST = png_ulist_voice $(srcdir)/ulist_voice.png \
|
|
|
|
png_ulist_halfop $(srcdir)/ulist_halfop.png \
|
|
|
|
png_ulist_op $(srcdir)/ulist_op.png \
|
|
|
|
png_ulist_owner $(srcdir)/ulist_owner.png \
|
|
|
|
png_ulist_founder $(srcdir)/ulist_founder.png \
|
|
|
|
png_ulist_netop $(srcdir)/ulist_netop.png \
|
|
|
|
traymsgpng $(srcdir)/message.png \
|
2011-02-24 06:14:30 +03:00
|
|
|
trayhilightpng $(srcdir)/highlight.png \
|
|
|
|
trayfilepng $(srcdir)/fileoffer.png \
|
|
|
|
bookpng $(srcdir)/book.png \
|
2012-10-13 17:31:25 +04:00
|
|
|
channelpng $(srcdir)/channel.png \
|
|
|
|
dialogpng $(srcdir)/dialog.png \
|
|
|
|
serverpng $(srcdir)/server.png \
|
|
|
|
utilpng $(srcdir)/util.png \
|
2012-07-13 20:04:00 +04:00
|
|
|
hexchatpng $(srcdir)/../../hexchat.png
|
2011-02-24 06:14:30 +03:00
|
|
|
|
2012-11-03 04:42:47 +04:00
|
|
|
PNGS = ulist_voice.png ulist_halfop.png ulist_op.png ulist_owner.png ulist_founder.png ulist_netop.png message.png highlight.png fileoffer.png book.png channel.png dialog.png server.png util.png
|
2011-02-24 06:14:30 +03:00
|
|
|
noinst_HEADERS = inline_pngs.h
|
|
|
|
CLEANFILES = $(noinst_HEADERS)
|
|
|
|
EXTRA_DIST = $(PNGS)
|
|
|
|
|
|
|
|
inline_pngs.h: $(PNGS)
|
|
|
|
@gdkpixbufcsourcepath@ --raw --build-list $(LIST) > $(srcdir)/inline_pngs.h
|