blob: dddf992edad911602221f9a04e727ad811e5c473 (
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_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
|