eio: fix build break.
authorHermet Park <hermet@hermet.pe.kr>
Sat, 28 May 2016 10:08:03 +0000 (19:08 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Sat, 28 May 2016 10:08:03 +0000 (19:08 +0900)
there were missing eo headers.
fix and make it work again.

src/Makefile_Eio.am
src/lib/eio/Makefile.am

index 86b7f4a..6fa8a7c 100644 (file)
@@ -27,7 +27,7 @@ lib/eio/Eio.h \
 lib/eio/Eio_Legacy.h \
 lib/eio/Eio_Eo.h \
 lib/eio/eio_inline_helper.x
-nodist_installed_eiomainheaders_DATA = $(eio_eoolian_h)
+nodist_installed_eiomainheaders_DATA = $(eio_eolian_h)
 
 lib_eio_libeio_la_SOURCES = \
 lib/eio/eio_dir.c \
index 489161c..41d2d04 100644 (file)
@@ -4,7 +4,9 @@ include ../../Makefile_Eolian_Subbuild_Helper.am
 
 ### Library
 
-EIO_EOS = eio_model.eo
+EIO_EOS = eio_model.eo \
+          eio_job.eo \
+          eio_sentry.eo
 
 EIO_EOS_H =  $(EIO_EOS:%.eo=%.eo.h)
 EIO_EOS_C =  $(EIO_EOS:%.eo=%.eo.c)
@@ -31,6 +33,8 @@ eio_monitor.c \
 eio_monitor_poll.c \
 eio_single.c \
 eio_xattr.c \
+eio_job.c \
+eio_sentry.c \
 eio_model.c \
 eio_model_private.h \
 eio_private.h \