| 1 |
--- ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:40:47.000000000 +0100
|
| 2 |
+++ ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:39:05.000000000 +0100
|
| 3 |
@@ -36,7 +36,7 @@
|
| 4 |
iiop-encoders.h \
|
| 5 |
iiop-endian.h
|
| 6 |
|
| 7 |
-libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps)
|
| 8 |
+libIIOP_la_LIBADD=$(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) $(libwrap_files) $(libwrap_deps)
|
| 9 |
|
| 10 |
$(libwrap_files): make_libwrap_files
|
| 11 |
|
| 12 |
--- ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:41:39.000000000 +0100
|
| 13 |
+++ ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:39:55.000000000 +0100
|
| 14 |
@@ -114,7 +114,7 @@
|
| 15 |
libIIOPinclude_HEADERS = IIOP-config.h IIOP-types.h IIOP.h giop-msg-buffer.h iiop-encoders.h iiop-endian.h
|
| 16 |
|
| 17 |
|
| 18 |
-libIIOP_la_LIBADD = $(libwrap_files) $(libwrap_deps)
|
| 19 |
+libIIOP_la_LIBADD = $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ $(libwrap_files) $(libwrap_deps)
|
| 20 |
|
| 21 |
BUILT_SOURCES = $(libwrap_files)
|
| 22 |
|