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.
10 lines
446 B
10 lines
446 B
15 years ago
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
libmse_la_LDFLAGS = -lgmp $(all_libraries)
|
||
|
noinst_LTLIBRARIES = libmse.la
|
||
|
noinst_HEADERS = bigint.h rc4encryptor.h streamsocket.h encryptedauthenticate.h \
|
||
|
encryptedserverauthenticate.h functions.h
|
||
|
libmse_la_SOURCES = bigint.cpp rc4encryptor.cpp streamsocket.cpp \
|
||
|
encryptedauthenticate.cpp encryptedserverauthenticate.cpp functions.cpp
|
||
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
|