summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
blob: 64b491e9b452536515d0b05c3eec96eaebc0cee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
EXTRA_DIST = \
	backend-store-all.ini \
	gconf.path \
	gconf.path.in \
	$(NULL)

clean-gconf:
	rm -rf gconf.d

clean-local: clean-gconf

check: clean-gconf

CLEANFILES = \
	gconf.path \
	$(NULL)

GITIGNOREFILES = \
	gconf.d \
	$(NULL)

.PHONY: clean-gconf clean-local

-include $(top_srcdir)/git.mk