From 6aa07aa78b5e3878f2ccc7d87aba9fa1abffb024 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 17 Nov 2010 10:14:26 +0000 Subject: [PATCH] Add extra dist to make distcheck pass and force distcheck to compile all drivers --- Makefile.am | 3 +++ libnfc/buses/Makefile.am | 1 + 2 files changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 721d237..6cf0ff2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,3 +48,6 @@ indent: $(INDENT) $(INDENT_ARGS) "$$f" || exit 1; \ done endif + +DISTCHECK_CONFIGURE_FLAGS="--with-drivers=all" + diff --git a/libnfc/buses/Makefile.am b/libnfc/buses/Makefile.am index cd4b87b..6882dad 100644 --- a/libnfc/buses/Makefile.am +++ b/libnfc/buses/Makefile.am @@ -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