diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/fsplib/Makefile.am	Sun Jan 16 16:12:13 2005 +0000
@@ -0,0 +1,6 @@
+## 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