blob: 9099a841d58d633571e22077143593f0e1b15477 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Copyright (C) 2010 David Sugar, Tycho Softworks.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11MAINTAINERCLEANFILES = Makefile.in Makefile
12RELEASE = -version-info $(LT_VERSION)
13AM_CXXFLAGS = -I$(top_srcdir)/inc @UCOMMON_FLAGS@
14
15noinst_HEADERS = local.h md5.h sha1.h
16lib_LTLIBRARIES = libusecure.la
17
18libusecure_la_LDFLAGS = ../corelib/libucommon.la @SECURE_LIBS@ @UCOMMON_LIBS@ @UCOMMON_CLINK@ $(RELEASE)
19libusecure_la_SOURCES = secure.cpp ssl.cpp digest.cpp random.cpp cipher.cpp \
20 hmac.cpp sstream.cpp md5.cpp sha1.cpp common.cpp
21