diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 23:07:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 23:07:48 +0000 |
commit | 83d29f6e0c1587c8ad008672e7ae5631942559eb (patch) | |
tree | eb792427bfddf62523add3c36e61e61465beee8e /Makefile.am | |
parent | bd79d86fb50233e0cd41a57b553f12b6d490ac7e (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |