summaryrefslogtreecommitdiff
path: root/sxpm
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 15:02:48 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 15:02:48 +0000
commit2cc1896c61eef5739bb6a8ffa89e58ba5c175a05 (patch)
treec35aba25e7027ae060d3349f37d00474338591f6 /sxpm
parentcf0d69c7ace679f27f105c582760b9be14923aba (diff)
downloadxorg-lib-libXpm-2cc1896c61eef5739bb6a8ffa89e58ba5c175a05.tar.gz
- Add Xpm to symlink.sh - Conditionally include config.h in xc/extras/Xpm
Diffstat (limited to 'sxpm')
-rw-r--r--sxpm/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
new file mode 100644
index 0000000..57d0c54
--- /dev/null
+++ b/sxpm/Makefile.am
@@ -0,0 +1,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