drop log4c support

This commit is contained in:
Romuald Conty 2012-01-06 13:05:10 +00:00
parent b41edfb0b4
commit 48e92149e4
9 changed files with 2 additions and 133 deletions

View file

@ -7,9 +7,3 @@ 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