Add extra dist to make distcheck pass and force distcheck to compile all drivers

This commit is contained in:
Romuald Conty 2010-11-17 10:14:26 +00:00
parent 66aef98c40
commit 6aa07aa78b
2 changed files with 4 additions and 0 deletions

View file

@ -48,3 +48,6 @@ indent:
$(INDENT) $(INDENT_ARGS) "$$f" || exit 1; \ $(INDENT) $(INDENT_ARGS) "$$f" || exit 1; \
done done
endif endif
DISTCHECK_CONFIGURE_FLAGS="--with-drivers=all"

View file

@ -7,3 +7,4 @@ noinst_LTLIBRARIES = libnfcbuses.la
libnfcbuses_la_SOURCES = uart.c libnfcbuses_la_SOURCES = uart.c
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc
EXTRA_DIST = uart_posix.c uart_win32.c