wmail: only include one set of XPM's among wmail's sources.

This commit is contained in:
Jeremy Sowden 2019-06-12 21:37:12 +01:00 committed by Carlos R. Mafra
parent ea206ef933
commit bd70588098

View file

@ -14,8 +14,10 @@ LIBS += $(dockapp_LIBS) $(X11_LIBS)
bin_PROGRAMS = wmail
wmail_SOURCES = common.c common.h \
config.c config.h \
wmail.c \
xpm/*.xpm \
xpm_delt/*.xpm
wmail_SOURCES = common.c common.h config.c config.h wmail.c
if ENABLE_DELT_XPMS
wmail_SOURCES += xpm_delt/*.xpm
else
wmail_SOURCES += xpm/*.xpm
endif