Lines 1-11
Link Here
|
1 |
--- src/Makefile.am.orig 2008-11-03 21:32:20.000000000 +0100 |
1 |
--- src/Makefile.am.orig 2010-09-19 20:07:44.000000000 +0200 |
2 |
+++ src/Makefile.am 2009-05-07 19:59:17.554226281 +0200 |
2 |
+++ src/Makefile.am 2010-11-01 23:01:57.000000000 +0100 |
3 |
@@ -35,7 +35,7 @@ |
3 |
@@ -37,7 +37,7 @@ |
4 |
# fix for annoying automake naming problems. |
4 |
# fix for annoying automake naming problems. |
5 |
tora_CXXFLAGS = $(AM_CXXFLAGS) |
5 |
tora_CXXFLAGS = $(AM_CXXFLAGS) |
6 |
|
6 |
|
7 |
-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@) |
7 |
-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@) |
8 |
+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT) |
8 |
+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT) |
9 |
|
9 |
|
10 |
if HAVE_ORACLE |
10 |
if HAVE_ORACLE |
11 |
EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \ |
11 |
EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \ |
|
|
12 |
@@ -439,6 +439,7 @@ |
13 |
moc_tobrowserdblinkswidget.cpp \ |
14 |
moc_tobrowserdirectorieswidget.cpp \ |
15 |
moc_toresultgrants.cpp \ |
16 |
+ moc_toawr.cpp \ |
17 |
docklets/moc_toviewdirectory.cpp \ |
18 |
docklets/moc_toviewconnections.cpp \ |
19 |
ui_toaboutui.h \ |