aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/hello/Makefile.am
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index c831ecbbc..703776c65 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -19,7 +19,9 @@ libgnunethello_la_LIBADD = \
19check_PROGRAMS = \ 19check_PROGRAMS = \
20 test_hello 20 test_hello
21 21
22if !DISABLE_TEST_RUN
22TESTS = $(check_PROGRAMS) 23TESTS = $(check_PROGRAMS)
24endif
23 25
24test_hello_SOURCES = \ 26test_hello_SOURCES = \
25 test_hello.c 27 test_hello.c