Fix incorrect library flags

master
Timothy Pearson 11 years ago
parent 23e1cd019a
commit 2cf12eeb61

@ -9,5 +9,6 @@ Homepage: http://ulab.trinitydesktop.org/
Package: remote-laboratory-client-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kerberostray-trinity
Description: remote laboratory client [Trinity]
Remote Laboratory Client for Trinity

@ -9,4 +9,4 @@ include_HEADERS = tdekrbclientsocket.h tdekrbserversocket.h
libtdekrbsocket_la_SOURCES = tdekrbclientsocket.cpp tdekrbserversocket.cpp
libtdekrbsocket_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI) -lsasl2
libtdekrbsocket_la_LDFLAGS = -module -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries)
libtdekrbsocket_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries)

@ -8,4 +8,4 @@ include_HEADERS = tqtrla.h
libtqtrla_la_SOURCES = tqtrla.cpp
libtqtrla_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI)
libtqtrla_la_LDFLAGS = -module -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries) $(LIB_KPARTS) -ltdekrbsocket
libtqtrla_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries) $(LIB_KPARTS) -ltdekrbsocket

@ -7,7 +7,7 @@ Standards-Version: 3.8.4
Package: ulab-adminsysctlserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab System Administration Control Server
uLab System Administration Control Server
This allows an administrator to manage various aspects

@ -7,7 +7,7 @@ Standards-Version: 3.8.4
Package: ulab-adminusermgmtserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab System Administration User Management Server
uLab System Administration User Management Server
This allows an administrator to manage user access and

@ -7,6 +7,6 @@ Standards-Version: 3.8.4
Package: ulab-authserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab Authentication Server
uLab Authentication Server

@ -7,6 +7,6 @@ Standards-Version: 3.8.4
Package: ulab-fpgaprogserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab FPGA Programming Server
uLab FPGA Programming Server

@ -7,6 +7,6 @@ Standards-Version: 3.8.4
Package: ulab-fpgaserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab FPGA Server
uLab FPGA Server

@ -7,6 +7,6 @@ Standards-Version: 3.8.4
Package: ulab-gpibserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab GPIB Instrumentation Server
uLab GPIB Instrumentation Server

@ -7,6 +7,6 @@ Standards-Version: 3.8.4
Package: ulab-sensormonserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtqt3-mt-mysql
Description: uLab Sensor Monitor Server
uLab Sensor Monitor Server

Loading…
Cancel
Save