ecore_con: fix another case where files have been moved and sitcheck benn broken
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 12 Nov 2015 14:11:50 +0000 (15:11 +0100)
committerStefan 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

index 4e109ca..87ad889 100644 (file)
@@ -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