projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50108c9
)
ecore_con: fix another case where files have been moved and sitcheck benn broken
author
Stefan Schmidt
<stefan@osg.samsung.com>
Thu, 12 Nov 2015 14:11:50 +0000
(15:11 +0100)
committer
Stefan Schmidt
<stefan@osg.samsung.com>
Thu, 12 Nov 2015 14:11:50 +0000
(15:11 +0100)
This time the move of dns to static_libs in
4f24deac448c648d0b514acefd8bbb8721c9fe04
broke distcheck as the header file was
never shipped with the tarball. I would really appreciate if author and reviewer
would pay more attention.
src/Makefile_Ecore_Con.am
patch
|
blob
|
history
diff --git
a/src/Makefile_Ecore_Con.am
b/src/Makefile_Ecore_Con.am
index
4e109ca
..
87ad889
100644
(file)
--- a/
src/Makefile_Ecore_Con.am
+++ b/
src/Makefile_Ecore_Con.am
@@
-71,7
+71,8
@@
else
if HAVE_IPV6
lib_ecore_con_libecore_con_la_SOURCES += \
lib/ecore_con/ecore_con_dns.c \
-static_libs/dns/dns.c
+static_libs/dns/dns.c \
+static_libs/dns/dns.h
else
lib_ecore_con_libecore_con_la_SOURCES += lib/ecore_con/ecore_con_info.c
endif