eio: headers are part of the source code and should be handle like they are.

This commit is contained in:
Vincent Torri 2015-04-18 17:28:16 +02:00 committed by Cedric BAIL
parent 7b3332ddf4
commit d94e780b18
1 changed files with 4 additions and 7 deletions

View File

@ -32,7 +32,8 @@ lib/eio/eio_single.c \
lib/eio/eio_xattr.c \
lib/eio/eio_model.c \
lib/eio/eio_model_private.h \
lib/eio/eio_private.h
lib/eio/eio_private.h \
lib/eio/eio_model.h
if HAVE_INOTIFY
lib_eio_libeio_la_SOURCES += lib/eio/eio_monitor_inotify.c
@ -64,7 +65,8 @@ tests/eio/eio_suite.c \
tests/eio/eio_model_test_file.c \
tests/eio/eio_model_test_monitor_add.c \
tests/eio/eio_test_monitor.c \
tests/eio/eio_test_file.c
tests/eio/eio_test_file.c \
tests/eio/eio_suite.h
tests_eio_eio_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eio\" \
@ -83,8 +85,3 @@ tests_eio_eio_suite_DEPENDENCIES = \
@USE_EIO_INTERNAL_LIBS@
endif
EXTRA_DIST += \
tests/eio/eio_suite.h \
lib/eio/eio_model.h