From 83d29f6e0c1587c8ad008672e7ae5631942559eb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 21 May 2005 23:07:48 +0000 Subject: xtrans: Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports ICE: Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. X11: Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2ba150c..3227b95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,9 @@ Xtransinclude_HEADERS = \ Xtransutil.c \ transport.c +aclocaldir = $(datadir)/aclocal +aclocal_DATA = xtrans.m4 + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xtrans.pc -- cgit v1.2.1