From e41a3e5537fb99e7532dadf7b084ecc35546bfb8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 15 Nov 2016 17:11:07 +0100 Subject: [PATCH] examples/elementary: bring back datetime_example target In commit 5929f0311dfc12dac3f38b8f29802e3fa2d0e2d7 this was removed. While the commits intend was to remove the cxx variant of this example only. Bring this back so examples are building again. --- elementary/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/elementary/Makefile.am b/elementary/Makefile.am index 3e11f1e1..0aeedc0c 100644 --- a/elementary/Makefile.am +++ b/elementary/Makefile.am @@ -285,6 +285,7 @@ conformant_example_01 \ conformant_example_02 \ combobox_example_01 \ ctxpopup_example_01 \ +datetime_example \ dayselector_example \ diskselector_example_01 \ diskselector_example_02 \