elm: Don't install private headers

Thanks tom for the report.
This commit is contained in:
Jean-Philippe Andre 2016-06-07 10:39:31 +09:00
parent cd6c0ab2c7
commit 19645be0b1
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,6 @@ includesub_HEADERS = \
lib/elementary/elm_win_legacy.h \
lib/elementary/elm_win_standard.h \
lib/elementary/elm_helper.h \
lib/elementary/efl_ui_box_private.h \
lib/elementary/elm_part_helper.h \
$(NULL)
@ -676,6 +675,7 @@ lib_elementary_libelementary_la_SOURCES = \
lib/elementary/efl_ui_box.c \
lib/elementary/efl_ui_box_flow.c \
lib/elementary/efl_ui_box_layout.c \
lib/elementary/efl_ui_box_private.h \
lib/elementary/efl_ui_grid.c \
$(NULL)