if HAVE_GNOME_OBJC
objc_DIRS =  gmailman #girc
endif

if GUILE
guile_DIRS = # network-utilities
endif

SUBDIRS = po macros sync gnometalk gnome-ppp $(objc_DIRS) $(guile_DIRS)

EXTRA_DIST = gnome-network.spec.in

dist-hook:
	cp gnome-network.spec $(distdir)

## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep
