summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5ad18a5ceac1ea7f598d43676e849da6e077d34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = $(PLUGINS)
EXTRA_DIST = $(EXTRA_SUBDIRS) MAINTAINERS NEWS README TODO COPYING

local-install:
	for d in $(PLUGINS); \
	do \
		$(MAKE) --directory=$$d $@; \
	done

local-uninstall:
	for d in $(PLUGINS); \
	do \
		$(MAKE) --directory=$$d $@; \
	done