comparison lib/fsplib/Makefile.am @ 966:62b97f1425be

2008-11-29 Brian Masney <masneyb@gftp.org> * More build fixes with the newest version of automake/autoconf
author masneyb
date Sat, 29 Nov 2008 14:18:47 +0000
parents 26fb4e66736c
children
comparison
equal deleted inserted replaced
965:1a71a031f6e7 966:62b97f1425be
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 lib_LTLIBRARIES = libfsplib.la 3 noinst_LIBRARIES = libfsp.a
4 libfsplib_la_SOURCES = fsplib.c lock.c 4 libfsp_a_SOURCES=fsplib.c lock.c
5 include_HEADERS = fsplib.h 5 INCLUDES=-DFSP_USE_SHAREMEM_AND_SEMOP=1
6 noinst_HEADERS = lock.h 6 noinst_HEADERS=fsplib.h lock.h
7
8 # test program
9 noinst_PROGRAMS = test
10 test_SOURCES = test.c
11 test_LDADD = libfsplib.la
12
13 # scons files
14 EXTRA_DIST = SConstruct SConscript