summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-07-25 22:52:41 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2016-08-01 18:21:22 +0200
commitb7f94d3f07af49b98ccee1a24830a7d0dc63bdc4 (patch)
tree6b044854e2e2d81736a9c9747e6cba059233e831
parent3ec7e05ef0275902b7fcc63049ffca2f2ba603cd (diff)
downloadelementary-1.17.tar.gz
lib: remove *.eo.h files from includesub_HEADERSelementary-1.17
Otherwise *.eo.h files will be installed twice, so it can break a parallel install on fast machines, whereby two make jobs may run concurently, trying to install the same files. /usr/bin/install -c -m 644 elm_sys_notify.eo.h /usr/bin/install -c -m 644 elm_sys_notify.eo.h usr/bin/install: cannot create regular file 'elm_sys_notify.eo.h': File exists Fixes: http://autobuild.buildroot.net/results/7e9/7e9caffe442dcf40ee41da56fd3f55ffedf3a291 Signed-off-by: Romain Naour <romain.naour@gmail.com>
-rw-r--r--src/lib/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 40fb59746..9df9424d3 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -351,8 +351,6 @@ elm_systray_eo.h \
elm_systray_common.h \
elm_systray_watcher.h \
elm_sys_notify.h \
-elm_sys_notify.eo.h \
-elm_sys_notify_dbus.eo.h \
elm_table.h \
elm_table_eo.h \
elm_table_legacy.h \
@@ -381,7 +379,6 @@ elm_win_common.h \
elm_win_eo.h \
elm_win_legacy.h \
elm_win_standard.h \
-elm_win_standard.eo.h \
elm_helper.h
includesubdir = $(includedir)/elementary-@VMAJ@/