working version
[oweals/gnunet.git] / src / arm / Makefile.am
index b60699e85a058c67237db5fd0a22849473f6c959..bd6e7e0e75e3178f9f257310eadb15eb38be3bff 100644 (file)
@@ -32,6 +32,8 @@ gnunet_arm_LDADD = \
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_arm_DEPENDENCIES = \
+  libgnunetarm.la                        
 
 gnunet_service_arm_SOURCES = \
  gnunet-service-arm.c  gnunet-service-arm.h \
@@ -39,6 +41,8 @@ gnunet_service_arm_SOURCES = \
 gnunet_service_arm_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_arm_DEPENDENCIES = \
+  libgnunetarm.la                        
 
 
 mockup_service_SOURCES = \
@@ -55,7 +59,9 @@ check_PROGRAMS = \
 check_SCRIPTS = \
  test_gnunet_arm.sh
 
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)  $(check_SCRIPTS)
+endif
 
 test_arm_api_SOURCES = \
  test_arm_api.c