[sword-cvs] sword/utilities Makefile.am,1.21,1.22
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 8 Jul 2003 01:08:44 -0700
Update of /usr/local/cvsroot/sword/utilities
In directory www:/tmp/cvs-serv16558/utilities
Modified Files:
Makefile.am
Log Message:
dglassey: link tests and utils to the lib you have just built and don't compile keycast because it is broken
other tests are broken (no OptionsList or ListString) so they need to be fixed or not compiled as well`
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/utilities/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Makefile.am 8 Jul 2003 07:24:29 -0000 1.21
--- Makefile.am 8 Jul 2003 08:08:42 -0000 1.22
***************
*** 1,5 ****
AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I $(top_srcdir)/include
! LDADD = -L$(top_builddir)/lib -lsword
noinst_PROGRAMS = cipherraw ciphertest ciphertest2 lexdump mkfastmod \
--- 1,5 ----
AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I $(top_srcdir)/include
! LDADD = $(top_builddir)/lib/libsword.la
noinst_PROGRAMS = cipherraw ciphertest ciphertest2 lexdump mkfastmod \