ecore_con: fix another case where files have been moved and sitcheck benn broken

This time the move of dns to static_libs in
4f24deac44 broke distcheck as the header file was
never shipped with the tarball. I would really appreciate if author and reviewer
would pay more attention.
This commit is contained in:
Stefan Schmidt 2015-11-12 15:11:50 +01:00
parent 50108c9f1b
commit 2c8da23ed7
1 changed files with 2 additions and 1 deletions

View 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