diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 15:54:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 15:54:24 -0500 |
commit | 0e11c4ce6d21acd0139345c19b6341971e679b23 (patch) | |
tree | 361adc3f2312984ba2fbf2e3189e41a55d292648 /clients/tde/src/app/Makefile.am | |
parent | 2c6c71334b9a5a9ee9211e4b389a239273642313 (diff) | |
download | ulab-0e11c4ce6d21acd0139345c19b6341971e679b23.tar.gz ulab-0e11c4ce6d21acd0139345c19b6341971e679b23.zip |
Write initial SASL/GSSAPI Kerberos classes and server code
Diffstat (limited to 'clients/tde/src/app/Makefile.am')
-rw-r--r-- | clients/tde/src/app/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tde/src/app/Makefile.am b/clients/tde/src/app/Makefile.am index 7b53912..eeb1b1f 100644 --- a/clients/tde/src/app/Makefile.am +++ b/clients/tde/src/app/Makefile.am @@ -5,5 +5,5 @@ METASOURCES = AUTO # Application bin_PROGRAMS = remote_laboratory_client remote_laboratory_client_SOURCES = main.cpp remotemdi.cpp -remote_laboratory_client_LDADD = ./views/libinstrumentview.la $(LIB_KPARTS) $(LIB_TDEUI) +remote_laboratory_client_LDADD = ../lib/libtdekrbsocket.la ./views/libinstrumentview.la $(LIB_KPARTS) $(LIB_TDEUI) remote_laboratory_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkmdi |