From 89671a4914caf1e20ea20a19c6bff7a058ebb3c4 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Sun, 7 Apr 2013 04:19:32 +0200 Subject: Internationalize the shared library Add infrastructure for translating the single string in the shared library. [#1] --- endless/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'endless/Makefile.am') diff --git a/endless/Makefile.am b/endless/Makefile.am index 92c9ab3..89af544 100644 --- a/endless/Makefile.am +++ b/endless/Makefile.am @@ -9,7 +9,8 @@ endless_private_installed_headers = \ endless/types.h endless_library_sources = \ - endless/hello.c + endless/hello.c \ + endless/init.c # Endless GUI library lib_LTLIBRARIES = libendless-@EOS_SDK_API_VERSION@.la -- cgit v1.2.3