blob: 089508aa8b6ca0c5cb3c2dff65a8136d8ff8e178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Fri Feb 24 00:20:06 2006
+++ Makefile.in Wed Mar 1 22:32:40 2006
@@ -786,7 +786,7 @@
# fix for annoying automake naming problems.
tora_CXXFLAGS = $(AM_CXXFLAGS)
-tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@)
+tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
@HAVE_ORACLE_TRUE@EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
@HAVE_ORACLE_TRUE@ tooracleextract.cpp \
@HAVE_ORACLE_TRUE@ tooraclesettingui.cpp tooraclesettingui.h
|