Update of /cvsroot/plib/plib/src/js
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4661
Modified Files:
Makefile.am
Log Message:
Backing out the "UL_BSD" dependency.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am 5 Jan 2006 21:21:54 -0000 1.11
+++ Makefile.am 17 Jan 2006 14:28:23 -0000 1.12
@@ -1,10 +1,5 @@
if BUILD_JS
-# FIXME set the UL_BSD conditional using AM_CONDITIONAL in configure.ac
-if UL_BSD
-bin_PROGRAMS = plib-jscal
-plib_jscal_SOURCES = jsBSDCal.c
-endif
lib_LIBRARIES = libplibjs.a
include_HEADERS = js.h
|