working version
[oweals/gnunet.git] / src / arm / Makefile.am
index 36161e8a0d258cd1d8e1a1e2577b2c3d822a632c..bd6e7e0e75e3178f9f257310eadb15eb38be3bff 100644 (file)
@@ -32,12 +32,17 @@ 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.c  gnunet-service-arm.h \
+ gnunet-service-arm_interceptor.c       
 gnunet_service_arm_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_arm_DEPENDENCIES = \
+  libgnunetarm.la                        
 
 
 mockup_service_SOURCES = \
@@ -48,12 +53,15 @@ mockup_service_SOURCES = \
 
 check_PROGRAMS = \
  test_arm_api \
- test_exponential_backoff
+ test_exponential_backoff \
+ test_gnunet_service_manager
+
 check_SCRIPTS = \
  test_gnunet_arm.sh
 
-TESTS = test_arm_api $(check_SCRIPTS)
+if ENABLE_TEST_RUN
+TESTS = $(check_PROGRAMS)  $(check_SCRIPTS)
+endif
 
 test_arm_api_SOURCES = \
  test_arm_api.c
@@ -66,7 +74,14 @@ test_exponential_backoff_SOURCES = \
 test_exponential_backoff_LDADD = \
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la
-  
-  
+
+test_gnunet_service_manager_SOURCES = \
+ test_gnunet_service_manager.c
+ test_gnunet_service_manager_LDADD = \
+  $(top_builddir)/src/arm/libgnunetarm.la \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
 EXTRA_DIST = \
-  test_arm_api_data.conf
+  test_arm_api_data.conf \
+  do_start_process.c \
+  $(check_SCRIPTS)