summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-05-03 00:55:21 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-05-03 00:55:21 -0700
commit4f4e81ca9a45a5273d6c6e2dd25e800ba59abccb (patch)
tree74a24cd6a885b661fa813237c3077dde9d1b24be /test
parent4e2630922e2fd9dde2eaeb90e2b4eed42f2d940e (diff)
parent3875ca5bbfb93057f98f937e2a3525b604c307ce (diff)
Merge pull request #56 from endlessm/issues/55
Fix make distcheck
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 3599c88..39f4155 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -8,7 +8,7 @@ TEST_FLAGS = @EOS_SDK_CFLAGS@ -I$(top_srcdir) -DCOMPILING_EOS_SDK
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 \