added md5 and radius message handling functions and raised the version number to 0.7.0
This commit is contained in:
16
qse/lib/cry/Makefile.am
Normal file
16
qse/lib/cry/Makefile.am
Normal file
@ -0,0 +1,16 @@
|
||||
AUTOMAKE_OPTIONS = nostdinc
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
#noinst_HEADERS =
|
||||
|
||||
lib_LTLIBRARIES = libqsecry.la
|
||||
libqsecry_la_SOURCES = \
|
||||
md5.c
|
||||
|
||||
libqsecry_la_CFLAGS =
|
||||
libqsecry_la_LDFLAGS = -L../cmn -version-info 1:0:0 -no-undefined
|
||||
libqsecry_la_LIBADD = -lqsecmn
|
||||
|
Reference in New Issue
Block a user