1# tcpreen libsolve directory Makefile
2# $Id: Makefile.am 157 2004-06-28 09:07:21Z rdenisc $
3
4# ***********************************************************************
5# *  Copyright (C) 2002-2004 Remi Denis-Courmont.                       *
6# *  This program is free software; you can redistribute and/or modify  *
7# *  it under the terms of the GNU General Public License as published  *
8# *  by the Free Software Foundation; version 2 of the license.         *
9# *                                                                     *
10# *  This program is distributed in the hope that it will be useful,    *
11# *  but WITHOUT ANY WARRANTY; without even the implied warranty of     *
12# *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               *
13# *  See the GNU General Public License for more details.               *
14# *                                                                     *
15# *  You should have received a copy of the GNU General Public License  *
16# *  along with this program; if not, you can get it from:              *
17# *  http://www.gnu.org/copyleft/gpl.html                               *
18# ***********************************************************************
19
20top_srcdir = @top_srcdir@
21subdir = libsolve
22AM_CPPFLAGS = -I$(top_srcdir)/include
23
24noinst_LIBRARIES = libsolve.a
25
26# libsolve.a
27libsolve_a_SOURCES = sockprot.cpp sockprot.h solve.c solve.h secstr.c secstr.h
28libsolve_a_LIBADD = @LIBOBJS@
29