summaryrefslogtreecommitdiff
path: root/config/Makefile.am
blob: e1381b16baf8361a1881b8d6d57ed8aa1530f851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = default standard mobile

EET_EET = @eet_eet@

EXTRA_DIST = profile.src

filesdir = $(datadir)/elementary/config

files_DATA = profile.cfg

%.cfg: %.src
	$(EET_EET) -i \
	$(top_builddir)/config/$@ config \
	$< 0

clean-local:
	rm -rf *.cfg *~