blob: 5c8aea6e08ca6e00af5b40e8772cf1679fd7687f [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
16
17lib_LTLIBRARIES = libusecure.la
18
19libusecure_la_LDFLAGS = ../corelib/libucommon.la @UCOMMON_LIBS@ @OPENSSL_LIBS@ @UCOMMON_CLINK@ $(RELEASE)
20libusecure_la_SOURCES = secure.cpp ssl.cpp digest.cpp random.cpp cipher.cpp \
21 hmac.cpp sstream.cpp ../nossl/common.cpp
22