summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:06:20 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 19:06:20 +0000
commit5a64c1de0a1d620039afbb0805ae23f10470e815 (patch)
treea358c31b9a3312da4fbc4ca2fcf5652008f6fd47
parent506a8f64c84b3db3ad64d03ee698c1de227247de (diff)
downloadxorg-lib-libXmu-5a64c1de0a1d620039afbb0805ae23f10470e815.tar.gz
Add XTRANS_CONNECTION_FLAGS to get network transport #defines for
CvdStdSel.c Add libXmuu_la_LIBADD
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac4
-rw-r--r--src/Makefile.am1
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca9f9e8..77f2c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Add XTRANS_CONNECTION_FLAGS to get network transport #defines
+ for CvdStdSel.c
+ * src/Makefile.am:
+ Add libXmuu_la_LIBADD
+
2005-01-29 Daniel Stone <daniel@freedesktop.org>
* CvtStdSel.c (get_os_name):
diff --git a/configure.ac b/configure.ac
index 4060107..b5a2ad4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,10 @@ PKG_CHECK_MODULES(XMUU, x11)
AC_SUBST(XMUU_CFLAGS)
AC_SUBST(XMUU_LIBS)
+# CvtStdSel.c needs to know which network transports to build hostname
+# conversion routines for
+XTRANS_CONNECTION_FLAGS
+
#
# Assume that we have sprintf. If a system shows up
# that doesn't, we will deal with it at that point.
diff --git a/src/Makefile.am b/src/Makefile.am
index 3e57af7..30a26cc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,6 +9,7 @@ libXmu_la_LDFLAGS = -version-number 6:2:1
libXmuu_la_LDFLAGS = -version-number 1:0:1
libXmu_la_LIBADD = $(XMU_LIBS)
+libXmuu_la_LIBADD = $(XMUU_LIBS)
libXmuu_la_SOURCES = \
ClientWin.c \