summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/icetrans.c3
2 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a23edb2..c69ee55 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,8 +4,7 @@ AM_CPPFLAGS = -I${top_srcdir}/include
AM_CFLAGS = \
$(ICE_CFLAGS) \
- $(CWARNFLAGS) \
- -DTRANS_CLIENT -DTRANS_SERVER
+ $(CWARNFLAGS)
libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined
diff --git a/src/icetrans.c b/src/icetrans.c
index 3fa7926..bba5ad6 100644
--- a/src/icetrans.c
+++ b/src/icetrans.c
@@ -24,7 +24,4 @@
#include <config.h>
#endif
-#define TRANS_CLIENT 1
-#define TRANS_SERVER 1
-
#include <X11/Xtrans/transport.c>