Add log_posix to Makefile.am

This commit is contained in:
Philippe Teuwen 2013-03-08 00:34:14 +01:00
parent b3c6ea86ad
commit 37cf7554d9

View file

@ -40,7 +40,7 @@ if LIBUSB_ENABLED
endif endif
if WITH_LOG if WITH_LOG
libnfc_la_SOURCES += log-printf.c libnfc_la_SOURCES += log-printf.c log_posix.c
endif endif
EXTRA_DIST = \ EXTRA_DIST = \
@ -48,4 +48,3 @@ EXTRA_DIST = \
log-printf.c \ log-printf.c \
log_posix.c \ log_posix.c \
log_win32.c log_win32.c