elementary: unbreak make distcheck.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 5 May 2016 18:40:14 +0000 (11:40 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 5 May 2016 18:40:48 +0000 (11:40 -0700)
src/Makefile_Elementary.am

index 49de9e3..b9affa2 100644 (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