elm - fix build break (against efl - missing header)
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 20 Apr 2018 08:20:06 +0000 (17:20 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 05:25:31 +0000 (14:25 +0900)
cant build against efl after 939690a8a99b04d9e67b6b90bc80de639a7e8941.
this fixes that.

src/Makefile_Elementary.am

index 8d6f5eb..1028a9e 100644 (file)
@@ -429,6 +429,7 @@ includesub_HEADERS = \
        lib/elementary/elc_hoversel.h \
        lib/elementary/elc_hoversel_legacy.h \
        lib/elementary/elc_multibuttonentry.h \
+       lib/elementary/elc_multibuttonentry_eo.h \
        lib/elementary/elc_multibuttonentry_legacy.h \
        lib/elementary/elc_multibuttonentry_common.h \
        lib/elementary/elc_naviframe.h \
@@ -540,6 +541,7 @@ includesub_HEADERS = \
        lib/elementary/elm_menu.h \
        lib/elementary/elm_menu_legacy.h \
        lib/elementary/elm_mirroring.h \
+       lib/elementary/elm_multibuttonentry.eo.h \
        lib/elementary/elm_need.h \
        lib/elementary/elm_notify.h \
        lib/elementary/elm_notify_common.h \