Skip to content
Snippets Groups Projects
Commit 8fdbb9f7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

install pixmaps correctly. see #2563

parent ca65a1a0
No related branches found
No related tags found
No related merge requests found
pixmapsdir = $(pkgdatadir)/data/pixmaps
pixmaps_DATA = $(srcdir)/*.png \
gajim.ico \
$(srcdir)/events/*.png \
$(srcdir)/agents/*.png
EXTRA_DIST = $(pixmaps_DATA)
gajim.ico
pixmapseventsdir = $(pkgdatadir)/data/pixmaps/events
pixmapsevents_DATA = $(srcdir)/events/*.png
pixmapsagentsdir = $(pkgdatadir)/data/pixmaps/agents
pixmapsagents_DATA = $(srcdir)/agents/*.png
EXTRA_DIST = $(pixmaps_DATA) $(pixmapsevents_DATA) $(pixmapsagents_DATA)
gajimpixmapdir = $(datadir)/pixmaps
gajimpixmap_DATA = gajim.png \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment