From 37cf7554d95aaa68d5827352c0a735bd2adf3469 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 8 Mar 2013 00:34:14 +0100 Subject: [PATCH] Add log_posix to Makefile.am --- libnfc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnfc/Makefile.am b/libnfc/Makefile.am index c6098a6..a5ad329 100644 --- a/libnfc/Makefile.am +++ b/libnfc/Makefile.am @@ -40,7 +40,7 @@ if LIBUSB_ENABLED endif if WITH_LOG - libnfc_la_SOURCES += log-printf.c + libnfc_la_SOURCES += log-printf.c log_posix.c endif EXTRA_DIST = \ @@ -48,4 +48,3 @@ EXTRA_DIST = \ log-printf.c \ log_posix.c \ log_win32.c -