summaryrefslogtreecommitdiffstats
path: root/lib/plugins/lrm/dbus/Makefile.am
blob: ec934369582bb6da71168b21cfc700d43a0ca216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if UPSTART
BINDINGS=Upstart_Instance.h \
	Upstart_Job.h \
	Upstart.h

all-local:
	for header in $(BINDINGS); do \
		input=com.ubuntu.`echo $$header | sed 's/\.h//' | tr _ .`.xml; \
		$(DBUS_BINDING_TOOL) --mode=glib-client $$input > $$header; \
	done

clean-local:
	rm -f $(BINDINGS)

EXTRA_DIST = *.xml
endif