From 8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 23 Jun 2012 17:23:49 -0500 Subject: Fix a number of crashes and generally clean up the code --- lib/libtdekrb/src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libtdekrb/src/Makefile.am') diff --git a/lib/libtdekrb/src/Makefile.am b/lib/libtdekrb/src/Makefile.am index b0b10cf..9cbe92e 100644 --- a/lib/libtdekrb/src/Makefile.am +++ b/lib/libtdekrb/src/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = $(all_includes) -I/usr/include/sasl -METASOURCES = AUTO +INCLUDES = $(all_includes) -I/usr/include/sasl +KDE_CXXFLAGS = $(USE_EXCEPTIONS) +METASOURCES = AUTO # Create a shared library file lib_LTLIBRARIES = libtdekrbsocket.la @@ -8,4 +9,4 @@ include_HEADERS = tdekrbclientsocket.h tdekrbserversocket.h libtdekrbsocket_la_SOURCES = tdekrbclientsocket.cpp tdekrbserversocket.cpp libtdekrbsocket_la_LIBADD = -lkio $(LIB_TDEUI) -lsasl2 -libtdekrbsocket_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) \ No newline at end of file +libtdekrbsocket_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) -- cgit v1.2.1