Skip to content

Commit

Permalink
Add extra dist to make distcheck pass and force distcheck to compile …
Browse files Browse the repository at this point in the history
…all drivers
  • Loading branch information
neomilium committed Nov 17, 2010
1 parent 66aef98 commit 6aa07aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ indent:
$(INDENT) $(INDENT_ARGS) "$$f" || exit 1; \
done
endif

DISTCHECK_CONFIGURE_FLAGS="--with-drivers=all"

1 change: 1 addition & 0 deletions libnfc/buses/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6aa07aa

Please sign in to comment.