view lib/fsplib/Makefile.am @ 962:26fb4e66736c

2008-11-29 Brian Masney <masneyb@gftp.org> * lib/fsplib/* - updated to use fsplib 0.9
author masneyb
date Sat, 29 Nov 2008 12:49:37 +0000
parents be9663e0be00
children 62b97f1425be
line wrap: on
line source

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

lib_LTLIBRARIES = libfsplib.la
libfsplib_la_SOURCES = fsplib.c lock.c
include_HEADERS = fsplib.h
noinst_HEADERS = lock.h 

# test program
noinst_PROGRAMS = test
test_SOURCES = test.c
test_LDADD   = libfsplib.la

# scons files
EXTRA_DIST = SConstruct SConscript