summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Viennot <nicolas@viennot.biz>2013-10-04 17:36:46 -0400
committerNicolas Viennot <nicolas@viennot.biz>2013-10-04 17:36:46 -0400
commit0d182e707edb19bf16181a01de8d12f8739ec743 (patch)
tree3d0881104421ba9249754c98ac667e22146b8fb1 /Makefile.am
parentbb5634ce20ccf339d71ff6d5b7a4e8d668fd9c96 (diff)
Allow users to specify their own tmate servers
Options: - tmate-server-host - tmate-server-port - tmate-server-dsa-fingerprint - tmate-server-rsa-fingerprint - tmate-server-ecdsa-fingerprint
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 46484175..63b67495 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,10 +25,6 @@ CFLAGS += -Wno-unused-parameter -Wno-unused-variable
CFLAGS += -Ilibssh/include/ -Imsgpack/src
CFLAGS += -rdynamic # for stack traces
-if IS_DEVENV
-CFLAGS += -DDEVENV
-endif
-
# Set flags for gcc. gcc4 whines abouts silly stuff so it needs slightly
# different flags.
if IS_GCC