i am a dumb dummy
[oweals/gnunet.git] / src / monkey / Makefile.am
index 2f8ca295c4bb5b3cf84b72c2b5bbfc6081764b27..39e5f8d5d4fbed0bd96b750a20a9c84d6dbce4dd 100644 (file)
@@ -39,7 +39,8 @@ gnunet_monkey_SOURCES = \
  gdbmi_thread.c \
  gdbmi_var_obj.c \
  gnunet-monkey.c \
- mail_sender.c
+ mail_sender.c \
+ edb_api.c
 
 gnunet_monkey_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -54,34 +55,31 @@ gnunet_service_monkey_LDADD = \
   $(GN_LIBINTL)
 
 
-bug_null_pointer_exception_SOURCES = \
-       bug_null_pointer_exception.c
-bug_null_pointer_exception_LDADD = \
-       $(top_builddir)/src/util/libgnunetutil.la \
-       $(GN_LIBINTL)
+bug_null_pointer_exception:
+       gcc -g -O0 -o bug_null_pointer_exception bug_null_pointer_exception.c
        
 check_PROGRAMS = \
-    bug_null_pointer_exception \
-    test_gnunet_monkey 
+    bug_null_pointer_exception
+    #test_gnunet_monkey        
 
 if !DISABLE_TEST_RUN
 # TESTS = $(check_SCRIPTS)
 endif
 
-test_gnunet_monkey_SOURCES = \
- test_gnunet_monkey.c
-test_gnunet_monkey_LDADD = \
-  $(top_builddir)/src/arm/libgnunetarm.la \
-  $(top_builddir)/src/util/libgnunetutil.la  
+#test_gnunet_monkey_SOURCES = \
#test_gnunet_monkey.c
+#test_gnunet_monkey_LDADD = \
+  #$(top_builddir)/src/arm/libgnunetarm.la \
+  #$(top_builddir)/src/util/libgnunetutil.la  
   
   
 check_SCRIPTS = \
-  test_gnunet_monkey.sh 
-#  test_monkey_npe.sh
+  #test_gnunet_monkey.sh \
+  #test_monkey_npe.sh
 
-EXTRA_DIST = \
-  test_gnunet_monkey_data.conf \
-  $(check_SCRIPTS) 
+#EXTRA_DIST = \
+#$(check_SCRIPTS) 
+#test_gnunet_monkey_data.conf 
 
 endif
 endif