Update of /cvsroot/plib/plib/src/js
In directory usw-pr-cvs1:/tmp/cvs-serv10542/plib/src/js
Modified Files:
Makefile.am
Added Files:
js.cxx
Log Message:
Added js.cxx and stuff in Makefile.am to create libplibjs
--- NEW FILE: js.cxx ---
#include "js.h"
void jsInit () {}
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 31 Aug 2002 22:21:21 -0000 1.6
+++ Makefile.am 1 Sep 2002 00:29:28 -0000 1.7
@@ -1,6 +1,10 @@
if BUILD_JS
+lib_LIBRARIES = libplibjs.a
+
include_HEADERS = js.h
+
+libplibjs_a_SOURCES = js.cxx
INCLUDES = -I$(top_srcdir)/src/util
|