Make distcheck pass

This commit is contained in:
Kristian Høgsberg 2012-10-15 21:10:10 -04:00
parent 47c1b98292
commit 5ca8728ece
2 changed files with 3 additions and 1 deletions

View file

@ -9,3 +9,6 @@ SUFFIXES = .1 .man
.man.1:
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
EXTRA_DIST = weston.man
CLEANFILES = $(man_MANS)

View file

@ -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 \