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

bin_PROGRAMS = sxpm

sxpm_CFLAGS = $(SXPM_CFLAGS)

INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include

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