Skip to content

Commit

Permalink
distcheck: add missing files
Browse files Browse the repository at this point in the history
Due to recent changes, "make distcheck" has been failing when trying to
build a distribution tarball.
  • Loading branch information
ThomasAdam committed Dec 20, 2020
1 parent 9fec9fd commit 0a4904a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bin_SCRIPTS = fvwm-config fvwm-perllib \
fvwm-menu-desktop \
FvwmCommand

man_MANS = fvwm-menu-xlock.1
man_MANS = fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-perllib.1

LDADD = -L$(top_builddir)/libs $(X_LIBS) -lfvwm3 $(xpm_LIBS) $(Xcursor_LIBS) \
$(X_PRE_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) $(Xrender_LIBS) \
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docdir = @FVWM_DOCDIR@
MODULE_ADOCS = $(wildcard fvwm3/fvwm3.adoc bin/*.adoc modules/*.adoc)

man_MANS = $(patsubst %.adoc,%.1, $(MODULE_ADOCS))
EXTRA_DISTS = $(man_MANS)
EXTRA_DIST = $(MODULE_ADOCS)

if FVWM_BUILD_MANDOC
BUILD_MANS = $(man_MANS)
Expand Down
2 changes: 0 additions & 2 deletions modules/FvwmConsole/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ FvwmConsoleC_SOURCES = FvwmConsoleC.c FvwmConsole.h getline.c
FvwmConsole_DEPENDENCIES = $(top_builddir)/libs/libfvwm3.a
FvwmConsoleC_DEPENDENCIES = $(top_builddir)/libs/libfvwm3.a

EXTRA_DIST = FvwmConsoleC.pl.in Changes .fvwm2rc.sample

# Use X_EXTRA_LIBS to get socket(), etc.
LDADD = -L$(top_builddir)/libs -lfvwm3 $(readline_LIBS) $(freetype_LIBS) \
$(X_EXTRA_LIBS)
Expand Down

0 comments on commit 0a4904a

Please sign in to comment.