summaryrefslogtreecommitdiff
path: root/sxpm/Makefile.am
blob: 57d0c542a0660d9e58650acdd0a1a0fb15055351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if BUILD_SXPM

bin_PROGRAMS = sxpm

sxpm_CFLAGS = $(SXPM_CFLAGS)

sxpm_MANS =			\
	sxpm.1

sxpm_SOURCES =			\
	sxpm.c			\
	plaid_ext.xpm		\
	plaid_mask.xpm		\
	plaid.xpm

sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la

endif