aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-09-15 08:31:21 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-09-15 08:31:21 +0000
commit5c434a60afadd065ab25900dc11756067d58fc1d (patch)
tree3179852ae53180fc42d983b0292ed9fab2a53131 /src/util/Makefile.am
parentd1e367b5bcff3b7c9db57fe7ce8f25ab45a6894b (diff)
downloadgnunet-5c434a60afadd065ab25900dc11756067d58fc1d.tar.gz
gnunet-5c434a60afadd065ab25900dc11756067d58fc1d.zip
0001602: A patch to fix process spawning with redirected std streams
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 6d88537e5..38d60167b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -14,6 +14,8 @@ libgnunetutilwin_la_LIBADD = \
14 -lshell32 -liconv -lstdc++ \ 14 -lshell32 -liconv -lstdc++ \
15 -lcomdlg32 -lgdi32 15 -lcomdlg32 -lgdi32
16WINLIB = libgnunetutilwin.la 16WINLIB = libgnunetutilwin.la
17noinst_PROGRAMS = test_os_start_process_cat
18 test_os_start_process_cat_SOURCES = test_os_start_process_cat.c
17endif 19endif
18 20
19if USE_COVERAGE 21if USE_COVERAGE