|
From: Marcel T. <te...@us...> - 2002-07-17 21:22:56
|
Update of /cvsroot/openwince/tools/ioperm In directory usw-pr-cvs1:/tmp/cvs-serv31558 Modified Files: Makefile.am Log Message: Added library (libtool), include and tests directories. Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 17 Jul 2002 14:59:01 -0000 1.2 +++ Makefile.am 17 Jul 2002 21:22:52 -0000 1.3 @@ -21,7 +21,11 @@ # Written by Marcel Telka <ma...@te...>, 2002. # -SUBDIRS = admin +SUBDIRS = \ + admin \ + library \ + include \ + tests bin_SCRIPTS = ioperm.sys @@ -36,3 +40,6 @@ cp driver/i386/ioperm.sys . CLEANFILES = ioperm.sys + +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck |