mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-02 05:36:36 +00:00
Soooo fragile :-))))
This commit is contained in:
@@ -34,8 +34,8 @@ if LIBUSB_ENABLED
|
||||
endif
|
||||
|
||||
if HAS_LOG4C
|
||||
libnfc_la_CFLAGS += $(log4c_CFLAGS)
|
||||
libnfc_la_LIBADD += $(log4c_LIBS)
|
||||
libnfc_la_CFLAGS += @log4c_CFLAGS@
|
||||
libnfc_la_LIBADD += @log4c_LIBS@
|
||||
|
||||
libnfc_la_SOURCES += log.c
|
||||
endif
|
||||
|
||||
@@ -8,3 +8,8 @@ libnfcbuses_la_SOURCES = uart.c
|
||||
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc
|
||||
|
||||
EXTRA_DIST = uart_posix.c uart_win32.c
|
||||
|
||||
if HAS_LOG4C
|
||||
libnfcbuses_la_CFLAGS += @log4c_CFLAGS@
|
||||
libnfcbuses_la_LIBADD = @log4c_LIBS@
|
||||
endif
|
||||
|
||||
@@ -6,3 +6,10 @@ noinst_HEADERS = pn53x.h pn53x-internal.h
|
||||
noinst_LTLIBRARIES = libnfcchips.la
|
||||
libnfcchips_la_SOURCES = pn53x.c
|
||||
libnfcchips_la_CFLAGS = -I$(top_srcdir)/libnfc
|
||||
|
||||
|
||||
if HAS_LOG4C
|
||||
libnfcchips_la_CFLAGS += @log4c_CFLAGS@
|
||||
libnfcchips_la_LIBADD = @log4c_LIBS@
|
||||
endif
|
||||
|
||||
|
||||
@@ -34,3 +34,8 @@ if LIBUSB_ENABLED
|
||||
libnfcdrivers_la_LIBADD += @libusb_LIBS@
|
||||
endif
|
||||
|
||||
if HAS_LOG4C
|
||||
libnfcdrivers_la_CFLAGS += @log4c_CFLAGS@
|
||||
libnfcdrivers_la_LIBADD += @log4c_LIBS@
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user