mirror of
https://gitlab.freedesktop.org/wayland/weston
synced 2024-11-02 19:00:26 +00:00
Make distcheck pass
This commit is contained in:
parent
47c1b98292
commit
5ca8728ece
2 changed files with 3 additions and 1 deletions
|
@ -9,3 +9,6 @@ SUFFIXES = .1 .man
|
|||
.man.1:
|
||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||
|
||||
EXTRA_DIST = weston.man
|
||||
|
||||
CLEANFILES = $(man_MANS)
|
||||
|
|
|
@ -13,7 +13,6 @@ weston_LDADD = $(COMPOSITOR_LIBS) $(DLOPEN_LIBS) -lm ../shared/libshared.la
|
|||
weston_SOURCES = \
|
||||
git-version.h \
|
||||
log.c \
|
||||
log.h \
|
||||
compositor.c \
|
||||
compositor.h \
|
||||
filter.c \
|
||||
|
|
Loading…
Reference in a new issue