Split neardal_mgr_record_get_tag().
[platform/upstream/neardal.git] / Makefile.am
1 EXTRA_DIST = neardal.pc.in org.neardal.conf
2
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = neardal.pc
5
6 confdir = $(sysconfdir)/dbus-1/system.d/
7 conf_DATA = org.neardal.conf
8
9 SUBDIRS = lib ncl
10
11 if HAVE_DOXYGEN
12 .PHONY: doc clean-doc
13
14 doc: clean-doc
15
16 doc: doxygen.cfg
17         $(DOXYGEN) $<
18
19 clean-doc:
20         -rm -rf $(builddir)/doc/*
21
22 clean-local: clean-doc
23 endif