wmbutton: Use autotools for build.
[dockapps.git] / wmbutton / Makefile.am
blob7c2b4056e3ee5c320119a0435334ed6f5d2a8281
1 SUBDIRS = icons
2 bin_PROGRAMS = wmbutton
3 dist_man_MANS = wmbutton.1
4 dist_sysconf_DATA = wmbutton.conf
5 wmbutton_SOURCES = backdrop.xpm buttons.xpm mask.xbm wmb_libs.c wmbutton.c \
6         wmbutton.h
8 AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(xext_CFLAGS)
9 LIBS += $(x11_LIBS) $(xpm_LIBS) $(xext_LIBS)