summaryrefslogtreecommitdiffstats
path: root/lib/libtdekrb
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 22:31:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 22:31:42 -0600
commit80f7740fa8f2d5637c8cef6221285d3d81e57267 (patch)
tree66e9eddb135d84fee39d4a4c2310eb790ca6c173 /lib/libtdekrb
parent1936e344437d5d212705892fa9c82cdc4bf81304 (diff)
downloadulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.tar.gz
ulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.zip
Update for latest version of TDE
Diffstat (limited to 'lib/libtdekrb')
-rw-r--r--lib/libtdekrb/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtdekrb/src/Makefile.am b/lib/libtdekrb/src/Makefile.am
index 9cbe92e..7bcac6e 100644
--- a/lib/libtdekrb/src/Makefile.am
+++ b/lib/libtdekrb/src/Makefile.am
@@ -8,5 +8,5 @@ lib_LTLIBRARIES = libtdekrbsocket.la
include_HEADERS = tdekrbclientsocket.h tdekrbserversocket.h
libtdekrbsocket_la_SOURCES = tdekrbclientsocket.cpp tdekrbserversocket.cpp
-libtdekrbsocket_la_LIBADD = -lkio $(LIB_TDEUI) -lsasl2
+libtdekrbsocket_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI) -lsasl2
libtdekrbsocket_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)