aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/dv/Makefile.am
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index c0e826a2c..e0cd2e4e8 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -13,7 +13,7 @@ plugindir = $(libdir)/gnunet
13 13
14pkgcfgdir= $(pkgdatadir)/config.d/ 14pkgcfgdir= $(pkgdatadir)/config.d/
15 15
16dist_pkgcfg_DATA = \ 16pkgcfg_DATA = \
17 dv.conf 17 dv.conf
18 18
19lib_LTLIBRARIES = libgnunetdv.la 19lib_LTLIBRARIES = libgnunetdv.la