summaryrefslogtreecommitdiffstats
path: root/lib/libtqtrla/src/Makefile.am
blob: b0b10cf2bb50308ad8aa4dc2c92458ffcc732b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES    = $(all_includes) -I/usr/include/sasl
METASOURCES = AUTO

# Create a shared library file
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_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)