view lib/fsplib/Makefile.am @ 662:be9663e0be00

2005-1-16 Brian Masney <masneyb@gftp.org> * lib/fsplib/COPYING lib/fsplib/Makefile.am lib/fsplib/fsplib.c lib/fsplib/fsplib.h lib/fsplib/lock.c lib/fsplib/lock.h - added FSPLIB This library is written by Radim Kolar <hsn@netmag.cz> and was included with his permission
author masneyb
date Sun, 16 Jan 2005 16:12:13 +0000
parents
children 26fb4e66736c
line wrap: on
line source

## Process this file with automake to produce Makefile.in 

noinst_LIBRARIES = libfsp.a
libfsp_a_SOURCES=fsplib.c lock.c
INCLUDES=-DFSP_USE_SHAREMEM_AND_SEMOP=1
noinst_HEADERS=fsplib.h lock.h