You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
350 B
11 lines
350 B
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
|