summary refs log tree commit diff stats
path: root/src/pixmaps/Makefile.am
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-29 02:24:30 -0400
committerTingPing <tingping@tingping.se>2013-09-29 02:24:30 -0400
commit00bd389cdcd3e481c92de435e626a2618d4a128c (patch)
treeed9852f20ab8dff18672b29eaccce05878251d38 /src/pixmaps/Makefile.am
parent4ba886f7aaf884c518637173be0b1d8e9b190e86 (diff)
parent1f84c507a058f5baa01a632ce2478fa31854907d (diff)
Merge branch 'gresource'
Diffstat (limited to 'src/pixmaps/Makefile.am')
-rw-r--r--src/pixmaps/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/pixmaps/Makefile.am b/src/pixmaps/Makefile.am
deleted file mode 100644
index 57ab72b5..00000000
--- a/src/pixmaps/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-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 \
-			png_tray_fileoffer $(srcdir)/tray_fileoffer.png \
-			png_tray_highlight $(srcdir)/tray_highlight.png \
-			png_tray_message $(srcdir)/tray_message.png \
-			png_tree_channel $(srcdir)/tree_channel.png \
-			png_tree_dialog $(srcdir)/tree_dialog.png \
-			png_tree_server $(srcdir)/tree_server.png \
-			png_tree_util $(srcdir)/tree_util.png \
-			png_book $(srcdir)/book.png \
-			png_hexchat $(srcdir)/hexchat.png
-
-PNGS = ulist_voice.png ulist_halfop.png ulist_op.png ulist_owner.png ulist_founder.png ulist_netop.png tray_fileoffer.png tray_highlight.png tray_message.png tree_channel.png tree_dialog.png tree_server.png tree_util.png book.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