# tcpreen libsolve directory Makefile
# $Id: Makefile.am,v 1.5 2004/06/28 09:07:21 rdenisc Exp $

# ***********************************************************************
# *  Copyright (C) 2002-2004 Remi Denis-Courmont.                       *
# *  This program is free software; you can redistribute and/or modify  *
# *  it under the terms of the GNU General Public License as published  *
# *  by the Free Software Foundation; version 2 of the license.         *
# *                                                                     *
# *  This program is distributed in the hope that it will be useful,    *
# *  but WITHOUT ANY WARRANTY; without even the implied warranty of     *
# *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               *
# *  See the GNU General Public License for more details.               *
# *                                                                     *
# *  You should have received a copy of the GNU General Public License  *
# *  along with this program; if not, you can get it from:              *
# *  http://www.gnu.org/copyleft/gpl.html                               *
# ***********************************************************************
    
top_srcdir = @top_srcdir@
subdir = libsolve
AM_CPPFLAGS = -I$(top_srcdir)/include

noinst_LIBRARIES = libsolve.a

# libsolve.a
libsolve_a_SOURCES = sockprot.cpp sockprot.h solve.c solve.h secstr.c secstr.h
libsolve_a_LIBADD = @LIBOBJS@


syntax highlighted by Code2HTML, v. 0.9.1