diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-05 20:24:14 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-05 20:24:14 +0000 |
commit | 72bf88ed120fb888c57ed3223faa316403031b36 (patch) | |
tree | 3bd6c932bb0192398c17cfa931cc7e6d09f6e485 /sxpm | |
parent | 08c43c5f1f851c1acad360a28767670dc62d8a66 (diff) |
Add missing files to EXTRA_DIST
Fix man page installation
Diffstat (limited to 'sxpm')
-rw-r--r-- | sxpm/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index 27ecc95..0e4e570 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -6,15 +6,15 @@ sxpm_CFLAGS = $(SXPM_CFLAGS) INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -sxpm_MANS = \ - sxpm.1 +dist_man_MANS = sxpm.1 -sxpm_SOURCES = \ - sxpm.c \ - plaid_ext.xpm \ - plaid_mask.xpm \ - plaid.xpm +sxpm_SOURCES = sxpm.c sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la endif + +EXTRA_DIST = \ + plaid_ext.xpm \ + plaid_mask.xpm \ + plaid.xpm |