libnfc/Makefile.am
Romuald Conty 0f0c9abe24 Prepare next release.
Update Debian packages.
Set svn:ignore properties.
2009-11-27 15:44:25 +00:00

17 lines
250 B
Makefile

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