summaryrefslogtreecommitdiff
path: root/endless/Makefile.am
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-12-15 22:01:07 -0800
committerPhilip Chimento <philip@endlessm.com>2015-12-15 22:01:07 -0800
commitddb27c4c3c65775592ecf7698ea707732a28fff5 (patch)
tree30ca1bcfc0a898ed07c54da399072fa655788634 /endless/Makefile.am
parent34cbe1c10d34ee30e5a4fe60ae85c74f3eb784d3 (diff)
Move utility functions to new eosutil.c
We have one utility function currently living in eosinit.c. Since we are about to have another one, we should put them in a file for utility functions. [endlessm/eos-sdk#3930]
Diffstat (limited to 'endless/Makefile.am')
-rw-r--r--endless/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/endless/Makefile.am b/endless/Makefile.am
index 4640cde..c49684d 100644
--- a/endless/Makefile.am
+++ b/endless/Makefile.am
@@ -49,6 +49,7 @@ endless_library_sources = \
endless/eospagemanager.c \
endless/eosresource.c endless/eosresource-private.h \
endless/eostopbar.c endless/eostopbar-private.h \
+ endless/eosutil.c \
endless/eoswindow.c \
endless/eosflexygrid.c endless/eosflexygridcell.c endless/eosflexygrid-private.h