aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-08 15:45:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-08 15:45:10 +0000
commitcbd09ba94fde1331cb4fe6ea29f5f164adc8db25 (patch)
tree7d6d205b2f0fbaf894770334733c589c34fb4864 /src/arm/Makefile.am
parent7ecae6c47bc658cce69de75c1addb0c6db75ced9 (diff)
downloadgnunet-cbd09ba94fde1331cb4fe6ea29f5f164adc8db25.tar.gz
gnunet-cbd09ba94fde1331cb4fe6ea29f5f164adc8db25.zip
major rewrite of ARM service and a bit of the ARM IPC to take advantage of the simplifications possible now that we no longer intercept traffic; the new code in particular is better at communicating what exactly ARM was doing in response to requests. A major change is that gnunet-arm -i/-k now only impacts if a service is running by-default, on-demand starting is no longer impacted, option -t from gnunet-arm was removed
Diffstat (limited to 'src/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 7d96ba594..2bc81653c 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -23,7 +23,7 @@ libgnunetarm_la_LIBADD = \
23 $(GN_LIBINTL) $(XLIB) 23 $(GN_LIBINTL) $(XLIB)
24libgnunetarm_la_LDFLAGS = \ 24libgnunetarm_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
26 -version-info 0:0:0 26 -version-info 1:0:0
27 27
28 28
29bin_PROGRAMS = \ 29bin_PROGRAMS = \