1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00
Files
wmaker/WPrefs.app/xpm/Makefile.am
Christophe CURIS 7889c50c36 Configure: Use automake's conditional to handle icon installation
The previous method was to use a custom install procedure, which
is a bit complex when automake can handle this for us, and as a
side effect it made 'distcheck' fail on uninstall procedure check.

The new method is to use a simple conditional and autoconf/automake
will do all the work for us.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
2013-06-09 13:52:26 +01:00

76 lines
1.2 KiB
Makefile

xpmdatadir = $(wprefs_datadir)/xpm
if ICON_EXT_XPM
dist_xpmdata_DATA = \
advancetonewworkspace.xpm \
animations.xpm \
appearance.xpm \
clip.xpm \
configs.xpm \
cycleworkspaces.xpm \
dock.xpm \
dockclipdrawersection.xpm \
dontlinkworkspaces.xpm \
drawer.xpm \
ergonomic.xpm \
expert.xpm \
fonts.xpm \
iconprefs.xpm \
keyboard.xpm \
keyboardprefs.xpm \
keyshortcuts.xpm \
menualign1.xpm \
menualign2.xpm \
menuprefs.xpm \
menus.xpm \
moreanim.xpm \
mousesettings.xpm \
mousespeed.xpm \
msty1.xpm \
msty2.xpm \
msty3.xpm \
newstyle.xpm \
nextstyle.xpm \
nonopaque.xpm \
noopaqueresize.xpm \
oldstyle.xpm \
opaque.xpm \
opaqueresize.xpm \
paths.xpm \
smooth.xpm \
sound.xpm \
speed0.xpm \
speed0s.xpm \
speed1.xpm \
speed1s.xpm \
speed2.xpm \
speed2s.xpm \
speed3.xpm \
speed3s.xpm \
speed4.xpm \
speed4s.xpm \
tdel.xpm \
tedit.xpm \
temp.xpm \
textr.xpm \
theme.xpm \
timer0.xpm \
timer0s.xpm \
timer1.xpm \
timer1s.xpm \
timer2.xpm \
timer2s.xpm \
timer3.xpm \
timer3s.xpm \
timer4.xpm \
timer4s.xpm \
timer5.xpm \
timer5s.xpm \
tnew.xpm \
whandling.xpm \
windowfocus.xpm \
workspace.xpm \
workspacename.xpm \
xis.xpm
endif