aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-01-13 17:04:35 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-01-13 17:04:35 +0000
commitb2f2e05694f480c83711ab237883b13d501e0aa0 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/arm/Makefile.am
parente92076a22750bedb9ae8f1f7cc73c7589c01a0a2 (diff)
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
git-svn-id: https://gnunet.org/svn/gnunet@19123 140774ce-b5e7-0310-ab8b-a85725594a96
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 25eb7d166e..7da1e2c608 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src/include
pkgcfgdir= $(pkgdatadir)/config.d/
-dist_pkgcfg_DATA = \
+pkgcfg_DATA = \
arm.conf
if MINGW