diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-20 13:05:31 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-20 13:05:31 -0400 |
commit | 48215560abc3a2c3eded6c2d0912240a7d29f22a (patch) | |
tree | c8f6892d144ce90ecbf2b12f20bc493d259943e2 /data/elementary/config/default/Makefile.am | |
parent | ed38f842c27c09fd66e63348bdfefd05a15d3b17 (diff) |
remove more files
Summary: those files are leftover from autotools. They have been missed before
Reviewers: stefan_schmidt, zmike
Reviewed By: zmike
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D9143
Diffstat (limited to '')
-rw-r--r-- | data/elementary/config/default/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/elementary/config/default/Makefile.am b/data/elementary/config/default/Makefile.am deleted file mode 100644 index 3986ae6b20..0000000000 --- a/data/elementary/config/default/Makefile.am +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
3 | include ../../../../src/Makefile_Eet_Helper.am | ||
4 | |||
5 | EXTRA_DIST = \ | ||
6 | profile.desktop \ | ||
7 | icon.png \ | ||
8 | base.src.in | ||
9 | |||
10 | filesdir = $(datadir)/elementary/config/default | ||
11 | files_DATA = \ | ||
12 | profile.desktop \ | ||
13 | icon.png \ | ||
14 | base.cfg | ||
15 | |||
16 | %.cfg: %.src | ||
17 | $(AM_V_EET) \ | ||
18 | $(MKDIR_P) $(top_builddir)/data/elementary/config/default/; \ | ||
19 | $(EET) -e $(top_builddir)/data/elementary/config/default/$@ config $< 1 | ||
20 | |||
21 | clean-local: | ||
22 | rm -rf *.cfg *~ | ||
23 | |||