]> git.meshlink.io Git - catta/blobdiff - Makefile.am
* add avahi-utils in autoconf
[catta] / Makefile.am
index 6606f65287a98b8f176fc34893fd6d6dc43b7206..4d25b3cf3a0f53b3f636a0fd615057b07ef8f329 100644 (file)
 # License along with avahi; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
+include aminclude.am
 
-EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4
-SUBDIRS = avahi-common avahi-core avahi-discover
+EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG)
+SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon initscript avahi-dnsconfd avahi-utils
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = avahi-core.pc
 
-doxygen:
-       $(MAKE) -C doxygen doxygen
+MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
-.PHONY: distcleancheck doxygen
+#.PHONY: distcleancheck