libnfc/Makefile.am

18 lines
250 B
Text
Raw Normal View History

2009-05-04 15:02:29 +02:00
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfc.pc
EXTRA_DIST = Doxyfile pn53x.rules
CLEANFILES = Doxygen.log
if DOC_ENABLED
clean-local:
rm -rf doc
html-am : Doxyfile
@DOXYGEN@ $(builddir)/Doxyfile
.PHONY: html
endif