summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs/libsmpppdclient/Makefile.am
blob: 9fc9258ce6085754b1afaaa7c2d87f8b94572411 (plain)
1
2
3
4
5
6
7
8
9
10
AM_CPPFLAGS = $(all_includes)

noinst_LTLIBRARIES = libsmpppdclient.la
libsmpppdclient_la_LDFLAGS = -avoid-version $(all_libraries)

noinst_HEADERS = smpppdclient.h smpppdstate.h smpppdready.h smpppdunsettled.h
libsmpppdclient_la_SOURCES = smpppdclient.cpp smpppdstate.cpp smpppdready.cpp \
	smpppdunsettled.cpp

libsmpppdclient_la_LIBADD = -lcrypto