43310c6524
Changes include: - Rename to wmclock.1. - Use @prefix@ instead of /usr for the location of the language xpm files. - Hardcode date instead of picking it up from a variable in the Makefile.
8 lines
291 B
Makefile
8 lines
291 B
Makefile
bin_PROGRAMS = wmclock
|
|
wmclock_SOURCES = dynlist.c dynlist.h wmclock.c \
|
|
xpm/date.xpm xpm/led.xpm xpm/mask.xbm xpm/mask.xbm
|
|
AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(xext_CFLAGS)
|
|
LIBS += $(x11_LIBS) $(xpm_LIBS) $(xext_LIBS)
|
|
dist_man_MANS = wmclock.1
|
|
nobase_dist_pkgdata_DATA = lang.*/*.xpm
|