Fixes for build on some platforms; in some cases the X11 libraries
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 16 Apr 2002 15:27:56 +0000 (15:27 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 16 Apr 2002 15:27:56 +0000 (15:27 +0000)
were not getting linked in.  Added explicit inclusion of X_LIBS
in makefiles.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@273 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/Makefile.am
cspi/bonobo/Makefile.am
registryd/Makefile.am

index 2cd9f5d..e919d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-16  Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/Makefile.am:
+       * cspi/Makefile.am:
+       * cspi/bonobo/Makefile.am:
+       Add $(X_LIBS) to makefiles.
+
 2002-04-15  Bill Haneman <bill.haneman@sun.com>
 
        * configure.in:
index bb9b125..23aea9b 100644 (file)
@@ -12,7 +12,7 @@ LDFLAGS = $(LIBCSPI_LIBS) @LT_VERSION_INFO@
 
 LDADD =                                \
        ../libspi/libspi.la     \
-       $(LIBCSPI_LIBS)
+       $(LIBCSPI_LIBS) $(X_LIBS)
 
 libcspidir = $(includedir)/at-spi-1.0/cspi
 libcspi_HEADERS =              \
index 195e248..d51450e 100644 (file)
@@ -9,4 +9,4 @@ libcspi_bonobo_la_SOURCES =     \
        cspi-bonobo-listener.c  \
        cspi-bonobo-listener.h
 
-libcspi_bonobo_la_LIBADD = $(LIBCSPI_LIBS)
+libcspi_bonobo_la_LIBADD = $(LIBCSPI_LIBS) $(X_LIBS)
index 6ff4630..f61304d 100644 (file)
@@ -15,7 +15,7 @@ at_spi_registryd_SOURCES =            \
        registry.c              \
        registry.h
 
-LDADD = ../libspi/libspi.la $(XTST_LIBS) $(REGISTRYD_LIBS) 
+LDADD = ../libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(REGISTRYD_LIBS) 
 
 serverinfodir = $(libdir)/bonobo/servers
 serverinfo_DATA = Accessibility_Registry.server