summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-10 07:12:19 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-12 05:30:15 (GMT)
commitbd7fa86fb019b76c92df3be62fc90eb8e79456af (patch)
tree569bfa02cb9ecf872edf2961295bae0b024cc718 /src/Makefile.am
parent61edebbad95a94e068cb3a936326c389ecfdc7f1 (diff)
downloadeulogium-bd7fa86fb019b76c92df3be62fc90eb8e79456af.zip
eulogium-bd7fa86fb019b76c92df3be62fc90eb8e79456af.tar.gz
eulogium-bd7fa86fb019b76c92df3be62fc90eb8e79456af.tar.bz2
[griffin.hmi] refactor eulogium_button_list
eulogium_button_list has been changed to item_list where we take parameters for either a button OR a checklist, since a check button is very similar to a button. Worst case, if all fails, we can always use the parameters to put all items in a horizontal box. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a0417e7..e60d34d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ AM_CPPFLAGS = -DPACKAGE_BIN_DIR=\"$(bindir)/\" \
-I$(top_srcdir)/src/ \
@EFL_CFLAGS@
-eulogium_SOURCES = eulogium.c
+eulogium_SOURCES = eulogium.c eulogium_item_list.c
eulogium_LDADD = @EFL_LIBS@
localedir = $(datadir)/locale