summaryrefslogtreecommitdiff
path: root/config/Makefile.am
blob: 690067909db0a87b945722011e840ca16fb106b6 (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

include ../src/Makefile_Eet_Helper.am

EXTRA_DIST = profile.src

filesdir = $(datadir)/elementary/config

files_DATA = profile.cfg

%.cfg: %.src
	$(AM_V_EET) \
	$(MKDIR_P) $(top_builddir)/config/; \
	$(EET) -i $(top_builddir)/config/$@ config $< 0

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