summaryrefslogtreecommitdiff
path: root/config/default/Makefile.am
blob: 76c171c57ad16bf914190f720e0676dc10a4e569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MAINTAINERCLEANFILES = Makefile.in

EET_EET = @eet_eet@

EXTRA_DIST = \
        profile.desktop \
        icon.png \
        base.src.in

filesdir = $(datadir)/elementary/config/default
files_DATA = \
        profile.desktop \
        icon.png \
        base.cfg

%.cfg: %.src
	$(EET_EET) -e \
	$(top_builddir)/config/default/$@ config \
	$< 1

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