summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-18 20:35:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-18 20:35:36 (EDT)
commit8f76c9ccbfee4bc445ea8d81cfed35cb932bf6d0 (patch)
treeea8daa9c616096d968cdf25520c0afb899c88950 /Makefile.am
parent51af094f5a7b4ab7811a5f249f9689637ac813b3 (diff)
examples/proteanos-motd/*: Add color MOTD example
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 97cd80e..50d9f32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,7 @@ version.c: $(fbcon2png_OBJECTS) $(fbcon2png_DEPENDENCIES)
$(AM_V_GEN)printf 'const char *PACKAGE_VERSION_GIT = "%s";\n' \
"$(PACKAGE_VERSION_GIT)" >version.c
+include $(top_srcdir)/examples/local.mk
include $(top_srcdir)/lib/fonts/local.mk
include $(top_srcdir)/src/local.mk