Add extra dist to make distcheck pass and force distcheck to compile all drivers
This commit is contained in:
parent
66aef98c40
commit
6aa07aa78b
2 changed files with 4 additions and 0 deletions
|
@ -48,3 +48,6 @@ indent:
|
|||
$(INDENT) $(INDENT_ARGS) "$$f" || exit 1; \
|
||||
done
|
||||
endif
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS="--with-drivers=all"
|
||||
|
||||
|
|
|
@ -7,3 +7,4 @@ noinst_LTLIBRARIES = libnfcbuses.la
|
|||
libnfcbuses_la_SOURCES = uart.c
|
||||
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc
|
||||
|
||||
EXTRA_DIST = uart_posix.c uart_win32.c
|
||||
|
|
Loading…
Reference in a new issue