]> git.meshlink.io Git - catta/blobdiff - Makefile.am
* Show some messages when pygtk or twisted is missing for the execution of the python...
[catta] / Makefile.am
index 616a9a697dfa5b3a881dc32cb6754df28fecb738..a8b50d1a9e773fb0e356117ec8721d89b09e35cd 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 
-EXTRA_DIST = bootstrap.sh LICENSE
-SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon doxygen
+ACLOCAL_AMFLAGS = -I common
+
+include $(srcdir)/common/doxygen.mk
+
+EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG)
+SUBDIRS = common avahi-common avahi-core avahi-discover-standalone avahi-client avahi-daemon initscript avahi-dnsconfd avahi-utils examples
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = avahi-core.pc
 
-doxygen:
-       $(MAKE) -C doxygen doxygen
+MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
-.PHONY: distcleancheck doxygen
+#.PHONY: distcleancheck