elementary: unbreak make distcheck.

This commit is contained in:
Cedric BAIL 2016-05-05 11:40:14 -07:00
parent b48927a0c0
commit 6ed72b6298
1 changed files with 8 additions and 8 deletions

View File

@ -183,6 +183,7 @@ includesunstable_HEADERS = \
lib/elementary/elm_widget_clock.h \
lib/elementary/elm_widget_colorselector.h \
lib/elementary/elm_widget_conform.h \
lib/elementary/elm_widget_container.h \
lib/elementary/elm_widget_combobox.h \
lib/elementary/elm_widget_ctxpopup.h \
lib/elementary/elm_widget_datetime.h \
@ -1289,14 +1290,6 @@ tests_elementary_elm_suite_LDADD = @CHECK_LIBS@ @USE_ELEMENTARY_LIBS@
tests_elementary_elm_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@ $(top_builddir)/data/elementary/objects/test.edj
endif
EXTRA_DIST += \
tests/elementary/elm_suite.h \
tests/elementary/elm_test_helper.h \
lib/elementary/Makefile.am \
lib/elementary/Makefile.in \
lib/elementary/Elementary.h.in
if HAVE_ELUA
elementary_eolian_lua = $(elm_eolian_files:%.eo=%.eo.lua)
@ -1319,3 +1312,10 @@ CLEANFILES += $(generated_elementary_js_bindings)
GENERATED_JS_BINDINGS += $(generated_elementary_js_bindings)
endif
EXTRA_DIST += \
tests/elementary/elm_suite.h \
tests/elementary/elm_test_helper.h \
lib/elementary/Makefile.am \
lib/elementary/Makefile.in \
lib/elementary/Elementary.h.in