Soooo fragile :-))))

This commit is contained in:
Romain Tartiere
2011-09-12 17:05:00 +00:00
parent e8eec583ed
commit f6fc637d77
6 changed files with 25 additions and 2 deletions

View File

@@ -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