summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2018-01-03 10:53:20 +0000
committerReuben Thomas <rrt@sc3d.org>2018-01-03 10:53:20 +0000
commit5ff19fea151a3a1cc4ebe4b9d1db0ce427968786 (patch)
treee5b7817b2c91fbeb03e364a476b7c218a9b0c533 /src
parent78e38c1975ccecb794f746c3477fb40e6df1387e (diff)
downloadenchant-5ff19fea151a3a1cc4ebe4b9d1db0ce427968786.tar.gz
Add missing enchant-lsmod.1.in to EXTRA_DIST in src
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 46f67d5..912c1a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,7 @@ bin_PROGRAMS = enchant-@ENCHANT_MAJOR_VERSION@ enchant-lsmod-@ENCHANT_MAJOR_VERS
enchant_@ENCHANT_MAJOR_VERSION@_SOURCES = enchant.c
enchant_lsmod_@ENCHANT_MAJOR_VERSION@_SOURCES = enchant-lsmod.c
-EXTRA_DIST = $(pkgdata_DATA) enchant.1.in
+EXTRA_DIST = $(pkgdata_DATA) enchant.1.in enchant-lsmod.1.in
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@