summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/POTFILES.in2
-rw-r--r--test/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bc44e28..18b71b0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,2 +1,2 @@
# List of source files which contain translatable strings.
-endless/hello.c
+endless/eoshello.c
diff --git a/test/Makefile.am b/test/Makefile.am
index 0211c7e..bf82455 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -8,7 +8,7 @@ TEST_FLAGS = @EOS_SDK_CFLAGS@ -I$(top_srcdir)
TEST_LIBS = @EOS_SDK_LIBS@ $(top_builddir)/libendless-@EOS_SDK_API_VERSION@.la
test_run_tests_SOURCES = \
- test/run-tests.c \
+ test/run-tests.c test/run-tests.h \
test/test-init.c \
test/test-hello.c \
test/test-application.c \