working version
[oweals/gnunet.git] / src / arm / Makefile.am
index d6b6d278860e720df932aa0ddf815b1de0c71564..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
 
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)  $(check_SCRIPTS)
+endif
 
 test_arm_api_SOURCES = \
  test_arm_api.c
@@ -67,6 +75,12 @@ 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 \
   do_start_process.c \