Add log_posix to Makefile.am
This commit is contained in:
parent
b3c6ea86ad
commit
37cf7554d9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue