From 6ed72b6298f2aeecc2e2a8351fcea5564b00e4b0 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 5 May 2016 11:40:14 -0700 Subject: [PATCH] elementary: unbreak make distcheck. --- src/Makefile_Elementary.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 49de9e3..b9affa2 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -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 -- 2.7.4